1
0
Fork 0
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:
Chocobozzz 2019-07-26 09:35:43 +02:00
parent 23bdacf8ec
commit ba211e7386
No known key found for this signature in database
GPG key ID: 583A612D890159BE
10 changed files with 94 additions and 28 deletions

View file

@ -0,0 +1,3 @@
export interface PublicServerSetting {
publicSettings: { [ name: string ]: string }
}