Migration cleanup: SLM dashboard restored, db migration
This commit is contained in:
@@ -4,7 +4,7 @@ from fastapi.templating import Jinja2Templates
|
||||
from app.seismo.services.snapshot import emit_status_snapshot
|
||||
|
||||
router = APIRouter()
|
||||
templates = Jinja2Templates(directory="templates")
|
||||
templates = Jinja2Templates(directory="app/ui/templates")
|
||||
|
||||
|
||||
@router.get("/dashboard/active")
|
||||
|
||||
Reference in New Issue
Block a user