mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 10:59:00 +00:00
Some improvement in code
This commit is contained in:
parent
42d8b1e336
commit
707be83c4c
@ -324,7 +324,7 @@ API_ROOT = {
|
||||
"v510": OBPv510
|
||||
}
|
||||
# For some reason, swagger is not available at the latest API version
|
||||
#API_URL_SWAGGER = API_HOST + '/obp/v1.4.0/resource-docs/v' + OBPv500 + '/swagger' # noqa
|
||||
API_URL_SWAGGER = API_HOST + '/obp/v1.4.0/resource-docs/v' + v5.1.0 + '/swagger' # noqa
|
||||
|
||||
if not OAUTH_CONSUMER_KEY:
|
||||
raise ImproperlyConfigured('Missing settings for OAUTH_CONSUMER_KEY')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user