Commit 8907e48
Revert trailing slash removal from project list client path
The trailing slash on /v2/projects/ is required because the FastAPI
route is defined as @router.get("/"). Removing it caused 307 redirects
that broke call_get (which doesn't follow redirects), failing all
project management tests in CI.
The cloud proxy's defense-in-depth filtering already handles both
slash variants via rstrip("/"), so the trailing slash was never
causing a filtering bypass.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Joe P <joe@basicmemory.com>1 parent d6855c5 commit 8907e48
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments