mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Add public settings endpoint
This commit is contained in:
parent
23bdacf8ec
commit
ba211e7386
10 changed files with 94 additions and 28 deletions
3
shared/models/plugins/public-server.setting.ts
Normal file
3
shared/models/plugins/public-server.setting.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
export interface PublicServerSetting {
|
||||
publicSettings: { [ name: string ]: string }
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue