Skip to content

Commit a5d4c15

Browse files
committed
fix format; update uv.lock
1 parent 32923c9 commit a5d4c15

File tree

2 files changed

+23
-6
lines changed

2 files changed

+23
-6
lines changed

backend/tenantfirstaid/app.py

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,14 @@
2626

2727
# Add localhost origins for development
2828
if os.getenv("ENV", "dev") == "dev":
29-
ALLOWED_ORIGINS.extend([
30-
"http://localhost:3000",
31-
"http://127.0.0.1:3000",
32-
"http://localhost:5173", # Vite default
33-
"http://127.0.0.1:5173",
34-
])
29+
ALLOWED_ORIGINS.extend(
30+
[
31+
"http://localhost:3000",
32+
"http://127.0.0.1:3000",
33+
"http://localhost:5173", # Vite default
34+
"http://127.0.0.1:5173",
35+
]
36+
)
3537

3638
CORS(app, origins=ALLOWED_ORIGINS, supports_credentials=True)
3739

backend/uv.lock

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)