We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1399d1c commit 633c3dbCopy full SHA for 633c3db
services/storage/Makefile
@@ -12,7 +12,7 @@ openapi.json: .env
12
@set -o allexport; \
13
source $<; \
14
set +o allexport; \
15
- python3 -c "import json; from $(APP_PACKAGE_NAME).main import *; print( json.dumps(app.openapi(), indent=2) )" > $@
+ python3 -c "import json; from $(APP_PACKAGE_NAME).main import *; print( json.dumps(app_factory().openapi(), indent=2) )" > $@
16
17
# validates OAS file: $@
18
$(call validate_openapi_specs,$@)
0 commit comments