Skip to content

Commit

Permalink
fixed config swagger ui path
Browse files Browse the repository at this point in the history
  • Loading branch information
wmelder committed Jan 13, 2024
1 parent ab7db4b commit 8a9cb0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from .gtaa.gtaa_api import api as gtaa_api
from config import cfg

SWAGGER_UI_PATH = Config.SWAGGER_UI_PATH
SWAGGER_UI_PATH = cfg["SWAGGER_UI_PATH"]

apiVersion = "v0.3"
base_path = "/"
Expand Down

0 comments on commit 8a9cb0f

Please sign in to comment.