mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-04 21:58:54 -05:00
lots of shopping tweaks
This commit is contained in:
@@ -1980,6 +1980,7 @@ class ServerSettingsViewSet(viewsets.GenericViewSet):
|
||||
s['privacy_url'] = settings.PRIVACY_URL
|
||||
s['imprint_url'] = settings.IMPRINT_URL
|
||||
s['hosted'] = settings.HOSTED
|
||||
s['debug'] = settings.DEBUG
|
||||
|
||||
return Response(ServerSettingsSerializer(s, many=False).data)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user