mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 17:06:45 +00:00
add comments
This commit is contained in:
parent
1ee42d2c5b
commit
b9013eb726
@ -36,7 +36,7 @@ class IndexView(LoginRequiredMixin, FormView):
|
||||
error_once_only(self.request, response['message'])
|
||||
else:
|
||||
dynamic_endpoints=response['dynamic_endpoints']
|
||||
#Accessing API-Explorer URL, parameters API-Collection Id and selected Language
|
||||
#Accessing API-Explorer URL, parameters API-Collection Id and selected Language eg. locale=en_GB (for English)
|
||||
for locale in dynamic_endpoints:
|
||||
locale["dynamicendpoint_on_api_explorer_url"] = f"{settings.API_EXPLORER}/?api-dynamic_endpoint-id={locale['dynamic_endpoint_id']}"
|
||||
except APIError as err:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user