changes api_version in settings

This commit is contained in:
Reena Aheer 2023-04-03 07:20:17 +02:00
parent 0d3da1c6d6
commit e55b4aa581

View File

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