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