Princeaka commited on
Commit
4fb84dd
·
verified ·
1 Parent(s): 54c82b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -17,7 +17,8 @@ async def startup_event():
17
  print("Migration error:", e)
18
 
19
  # Path to the built frontend
20
- FRONTEND_DIR = os.path.join(os.getcwd(), "frontend", "dist")
 
21
 
22
  # Serve static assets if the frontend exists
23
  if os.path.isdir(FRONTEND_DIR):
 
17
  print("Migration error:", e)
18
 
19
  # Path to the built frontend
20
+ FRONTEND_DIR = os.path.join(os.getcwd(), "frontend_dist")
21
+
22
 
23
  # Serve static assets if the frontend exists
24
  if os.path.isdir(FRONTEND_DIR):