Commit 813e833
Match bare /docs path in Caddyfile route
The /docs/* matcher only catches /docs/<sub>, so a request to the
bare /docs path fell through to the static UI handler and returned
index.html instead of FastAPI's Swagger UI. Add /docs as an explicit
matcher alongside /docs/* so both the entry point and the assets it
loads reach imbi-api.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent eab8dbb commit 813e833
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments