mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 16:46:57 +00:00
Merge pull request #120 from hongwei1/master
docfix/tweaked the url example value
This commit is contained in:
commit
d8a5240be1
@ -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