mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 14:56:47 +00:00
tweaked the webui_api_explorer_url->webui_sandbox_introductions
and remove the replace
This commit is contained in:
commit
9280af23da
@ -58,8 +58,8 @@ class IndexView(LoginRequiredMixin, FormView):
|
||||
data = form.cleaned_data
|
||||
urlpath = '/management/webui_props'
|
||||
payload = {
|
||||
"name":"webui_sandbox_introductions",
|
||||
"value" : str(data["webui_props"])
|
||||
"name":"webui_api_explorer_url",
|
||||
"value" : data["webui_props"]
|
||||
}
|
||||
result = self.api.post(urlpath, payload=payload)
|
||||
except APIError as err:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user