File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1010app .config ["PROPAGATE_EXCEPTIONS" ] = True
1111app .config ["API_TITLE" ] = "Stores REST API"
1212app .config ["API_VERSION" ] = "v1"
13- app .config ["OPENAPI_VERSION" ] = "3.0.2 "
13+ app .config ["OPENAPI_VERSION" ] = "3.0.3 "
1414app .config ["OPENAPI_URL_PREFIX" ] = "/"
1515app .config ["OPENAPI_SWAGGER_UI_PATH" ] = "/swagger-ui"
1616app .config ["OPENAPI_SWAGGER_UI_URL" ] = "https://cdn.jsdelivr.net/npm/swagger-ui-dist/"
Original file line number Diff line number Diff line change 1414app = Flask (__name__ )
1515app .config ["API_TITLE" ] = "Stores REST API"
1616app .config ["API_VERSION" ] = "v1"
17- app .config ["OPENAPI_VERSION" ] = "3.0.2 "
17+ app .config ["OPENAPI_VERSION" ] = "3.0.3 "
1818app .config ["OPENAPI_URL_PREFIX" ] = "/"
1919app .config ["OPENAPI_SWAGGER_UI_PATH" ] = "/swagger-ui"
2020app .config ["OPENAPI_SWAGGER_UI_URL" ] = "https://cdn.jsdelivr.net/npm/swagger-ui-dist/"
You can’t perform that action at this time.
0 commit comments