Skip to content

Commit 8c49ab7

Browse files
committed
@matusdrobuliak66 update openapi-specs make target
1 parent fc0bc9a commit 8c49ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/resource-usage-tracker/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ include ../../scripts/common-service.Makefile
1010
openapi-specs: openapi.json
1111
openapi.json: ## produces openapi.json
1212
# generating openapi specs file (need to have the environment set for this)
13-
@python3 -c "import json; from $(APP_PACKAGE_NAME).web_main import *; print( json.dumps(the_app.openapi(), indent=2) )" > $@
13+
@python3 -c "import json; from $(APP_PACKAGE_NAME).main import *; print( json.dumps(the_app.openapi(), indent=2) )" > $@

0 commit comments

Comments
 (0)