Spaces:
Sleeping
Sleeping
Arjit commited on
Commit ·
b060386
1
Parent(s): 9ce999c
Remove duplicate header comment
Browse files- backend/api/main.py +0 -4
backend/api/main.py
CHANGED
|
@@ -414,10 +414,6 @@ async def shutdown_event():
|
|
| 414 |
# SERVE REACT FRONTEND (for Docker/Production deployment)
|
| 415 |
# =============================================================================
|
| 416 |
|
| 417 |
-
# =============================================================================
|
| 418 |
-
# SERVE REACT FRONTEND (for Docker/Production deployment)
|
| 419 |
-
# =============================================================================
|
| 420 |
-
|
| 421 |
# Check if static files exist (built React app)
|
| 422 |
static_dir = Path(__file__).parent.parent / "static"
|
| 423 |
if static_dir.exists():
|
|
|
|
| 414 |
# SERVE REACT FRONTEND (for Docker/Production deployment)
|
| 415 |
# =============================================================================
|
| 416 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 417 |
# Check if static files exist (built React app)
|
| 418 |
static_dir = Path(__file__).parent.parent / "static"
|
| 419 |
if static_dir.exists():
|