Merge pull request #120 from hongwei1/master

docfix/tweaked the url example value
This commit is contained in:
Simon Redfern 2021-01-20 23:31:27 +01:00 committed by GitHub
commit d8a5240be1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)