mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 15:06:48 +00:00
docfix/tweaked the url example value
This commit is contained in:
parent
ca48b530cb
commit
477a37131f
@ -47,7 +47,7 @@ class IndexView(LoginRequiredMixin, FormView):
|
||||
if(str(method_routings[i]['parameters']).find("key") == -1):
|
||||
method_routings[i]['parameters'] = json.dumps([{
|
||||
"key":"url",
|
||||
"value":"http://mydomain.com/xxx"
|
||||
"value":"http://example.com/xxx"
|
||||
}], sort_keys=False)
|
||||
else:
|
||||
method_routings[i]['parameters'] = json.dumps(method_routings[i]['parameters'], sort_keys=False)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user