From ce4d38b943364d19226a45a7bbba4d503005659a Mon Sep 17 00:00:00 2001 From: gilesb Date: Fri, 9 Jan 2026 17:56:02 +0000 Subject: [PATCH] Update Web UI routes in README Co-Authored-By: Claude Opus 4.5 --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a89fcf1..dee43e7 100644 --- a/README.md +++ b/README.md @@ -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