Add stats route
This commit is contained in:
parent
22b59e8099
commit
09cababd79
26 changed files with 268 additions and 42 deletions
7
shared/models/server/about.model.ts
Normal file
7
shared/models/server/about.model.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
export interface About {
|
||||
instance: {
|
||||
name: string
|
||||
description: string
|
||||
terms: string
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue