added settings page with ability to update password, delete user and CRUD and share abilities for associated children
This commit is contained in:
@@ -119,6 +119,12 @@ def serve_sleep() -> FileResponse:
|
||||
return FileResponse(static_path / "sleep.html")
|
||||
|
||||
|
||||
@app.get("/settings.html", include_in_schema=False)
|
||||
def serve_settings() -> FileResponse:
|
||||
"""Serve the settings page."""
|
||||
return FileResponse(static_path / "settings.html")
|
||||
|
||||
|
||||
@app.get("/menu.css", include_in_schema=False)
|
||||
def serve_menu_css() -> FileResponse:
|
||||
"""Serve the shared menu CSS."""
|
||||
|
||||
Reference in New Issue
Block a user