REST API
Dashboard
Dashboard static files + login endpoints.
Serves the dashboard from /web/* and handles HttpOnly-cookie login at /web/auth. Not intended for programmatic use.
| Method | Path | Description |
|---|
GET | /web | |
GET | /web/* | |
POST | /web/auth | |
GET | /web/auth/check | |
POST | /web/logout | |