Spaces:
Build error
Build error
Commit
·
03d86ee
1
Parent(s):
171b98c
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,4 +3,4 @@ from fastapi.staticfiles import StaticFiles
|
|
| 3 |
|
| 4 |
app = FastAPI()
|
| 5 |
|
| 6 |
-
app.mount("/
|
|
|
|
| 3 |
|
| 4 |
app = FastAPI()
|
| 5 |
|
| 6 |
+
app.mount("/", StaticFiles(directory="/opt/node_app/excalidraw/build"), name="static")
|