Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aymene69 authored Nov 26, 2024
1 parent a9e5983 commit 771d287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
root_path = "/" + root_path
app = FastAPI(root_path=root_path)

VERSION = "4.1.8"
VERSION = "4.1.9"
isDev = os.getenv("NODE_ENV") == "development"
COMMUNITY_VERSION = True if os.getenv("IS_COMMUNITY_VERSION") == "true" else False

Expand Down

0 comments on commit 771d287

Please sign in to comment.