Update backend/main.py
Browse files- backend/main.py +1 -1
backend/main.py
CHANGED
|
@@ -74,4 +74,4 @@ async def websocket_terminal(websocket: WebSocket, session_id: str):
|
|
| 74 |
term.remove_websocket(websocket)
|
| 75 |
|
| 76 |
# Mount static files di root (harus setelah semua route API)
|
| 77 |
-
app.mount("/", StaticFiles(directory="static", html=True), name="static")
|
|
|
|
| 74 |
term.remove_websocket(websocket)
|
| 75 |
|
| 76 |
# Mount static files di root (harus setelah semua route API)
|
| 77 |
+
app.mount("/", StaticFiles(directory="static", html=True), name="static")
|