ikraamkb commited on
Commit
d9151ee
·
verified ·
1 Parent(s): 1f0ecbd

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -0
main.py CHANGED
@@ -7,6 +7,8 @@ import shutil, os
7
 
8
  app = FastAPI()
9
 
 
 
10
  # ✅ CORS to allow frontend to access backend
11
  app.add_middleware(
12
  CORSMiddleware,
 
7
 
8
  app = FastAPI()
9
 
10
+
11
+
12
  # ✅ CORS to allow frontend to access backend
13
  app.add_middleware(
14
  CORSMiddleware,