feature/ remove API_VERSION from code base

This commit is contained in:
Reena Aheer 2023-04-11 14:01:06 +02:00
parent b922433e1c
commit 2a6dbb89f5

View File

@ -13,7 +13,7 @@ USER_CURRENT = "/users/current"
def api_root(request):
"""Returns the configured API_ROOT"""
return {'API_ROOT': settings.API_ROOT}
return {'API_ROOT': settings.API_ROOT["v500"]}
def portal_page(request):