Skip to content

Commit

Permalink
fix: API version and title switch
Browse files Browse the repository at this point in the history
  • Loading branch information
WouterVisscher committed Aug 16, 2023
1 parent 679605d commit 25bb8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coordinates_transformation_api/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
OPEN_API_SPEC: dict = {}
API_VERSION: str = ""
PROJS_AXIS_INFO: dict = {}
OPEN_API_SPEC, API_VERSION, API_TITLE, PROJS_AXIS_INFO = init_oas()
OPEN_API_SPEC, API_TITLE, API_VERSION, PROJS_AXIS_INFO = init_oas()
BASE_DIR: str = os.path.dirname(__file__)


Expand Down

0 comments on commit 25bb8a8

Please sign in to comment.