MarfinF commited on
Commit
bdf19e2
·
1 Parent(s): 2bc8db4

- testing without frontend file

Browse files
Files changed (1) hide show
  1. 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,