mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 13:16:52 +00:00
feature/ remove API_VERSION from code base
This commit is contained in:
parent
b922433e1c
commit
2a6dbb89f5
@ -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):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user