Merge branch 'master' of https://bitbucket.org/yackob03/quay
This commit is contained in:
commit
2c1a31f9d1
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ def swagger_route_data(include_internal=False, compact=False):
|
|||
"implicit": {
|
||||
"tokenName": "access_token",
|
||||
"loginEndpoint": {
|
||||
"url": "http://localhost:5000/oauth/authorize",
|
||||
"url": "http://%s/oauth/authorize" % app.config['URL_HOST'],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Reference in a new issue