mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 20:06:44 +00:00
changes api_version in settings
This commit is contained in:
parent
0d3da1c6d6
commit
e55b4aa581
@ -258,7 +258,7 @@ API_EXPLORER_HOST = 'http://127.0.0.1:8082'
|
||||
# Only override this if you have a separate portal instance
|
||||
API_PORTAL = API_HOST
|
||||
API_BASE_PATH = '/obp/v'
|
||||
API_VERSION = '5.0.0'
|
||||
API_VERSION = '5.1.0'
|
||||
|
||||
# URL to API Tester
|
||||
API_TESTER_URL = 'https://www.example.com'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user