mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 18:29:27 +02:00
Add stats route
This commit is contained in:
parent
22b59e8099
commit
09cababd79
26 changed files with 268 additions and 42 deletions
8
shared/models/server/customization.model.ts
Normal file
8
shared/models/server/customization.model.ts
Normal file
|
@ -0,0 +1,8 @@
|
|||
export interface Customization {
|
||||
instance: {
|
||||
customization: {
|
||||
javascript: string
|
||||
css: string
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue