Commit d6855c5
Remove trailing slash from project list endpoint path
The cloud proxy route for project list filtering is registered at
/v2/projects (no trailing slash). Requests to /v2/projects/ were
falling through to the catch-all route, bypassing private project
filtering and display_name enrichment.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Joe P <joe@basicmemory.com>1 parent c090ebe commit d6855c5
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