Added API endpoint for listing public instance settings

This commit is contained in:
Eliot Berriot 2018-02-17 21:21:08 +01:00
commit 6152b3bb36
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
7 changed files with 69 additions and 1 deletions

View file

@ -60,6 +60,7 @@ THIRD_PARTY_APPS = (
LOCAL_APPS = (
'funkwhale_api.users', # custom users app
# Your stuff: custom apps go here
'funkwhale_api.instance',
'funkwhale_api.music',
'funkwhale_api.favorites',
'funkwhale_api.radios',