Spaces:
Running
Running
Update main.py
Browse files
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,
|