small tweaks

This commit is contained in:
vabene1111
2025-04-18 13:48:41 +02:00
parent c1e56920ec
commit 4a9082b70c
3 changed files with 6 additions and 6 deletions

View File

@@ -2006,7 +2006,7 @@ def reset_food_inheritance(request):
@api_view(['GET'])
# @schema(AutoSchema()) #TODO add proper schema
@permission_classes([CustomIsAdmin & CustomTokenHasReadWriteScope])
@permission_classes([CustomIsGuest & CustomTokenHasReadWriteScope])
# TODO add rate limiting
def switch_active_space(request, space_id):
"""