Spaces:
Sleeping
Sleeping
- testing without frontend file
Browse files- backend/app.py +1 -1
backend/app.py
CHANGED
|
@@ -18,7 +18,7 @@ sys.path.append(".")
|
|
| 18 |
|
| 19 |
app = FastAPI()
|
| 20 |
|
| 21 |
-
app.mount("/", StaticFiles(directory="frontend", html=True), name="frontend")
|
| 22 |
|
| 23 |
app.add_middleware(
|
| 24 |
CORSMiddleware,
|
|
|
|
| 18 |
|
| 19 |
app = FastAPI()
|
| 20 |
|
| 21 |
+
# app.mount("/", StaticFiles(directory="frontend", html=True), name="frontend")
|
| 22 |
|
| 23 |
app.add_middleware(
|
| 24 |
CORSMiddleware,
|