nextcloud migration

This commit is contained in:
Hayden
2021-01-09 18:04:53 -09:00
parent cdad8b054e
commit af87045037
23 changed files with 851 additions and 126 deletions

View File

@@ -29,7 +29,6 @@ app = FastAPI(
redoc_url=redoc_url,
)
# Mount Vue Frontend only in production
if PRODUCTION:
app.mount("/static", StaticFiles(directory=WEB_PATH, html=True))