Update Web UI routes in README

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
gilesb
2026-01-09 17:56:02 +00:00
parent 38e988586f
commit ce4d38b943

View File

@@ -32,9 +32,13 @@ The server provides a web interface at the root URL:
|------|-------------|
| `/` | Home page with server info |
| `/runs` | View and manage rendering runs |
| `/recipes` | Browse and run available recipes |
| `/media` | Browse cached media files |
| `/run/{id}` | Run detail page |
| `/recipes` | Browse and run available recipes |
| `/recipe/{id}` | Recipe detail page |
| `/media` | Browse cached media files |
| `/auth` | Receive auth token from L2 |
| `/logout` | Log out |
| `/download/client` | Download CLI client |
## API