Commit a1cde7b
Add missing /api/exists route registration
The exists() endpoint handler was implemented but the route was never
registered in the container's router setup, causing e2e tests to fail
with HTTP 500 errors.
This adds the missing route registration for POST /api/exists to the
file handler in routes/setup.ts.
Co-authored-by: Naresh <[email protected]>1 parent b43c4e1 commit a1cde7b
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
94 | 101 | | |
95 | 102 | | |
96 | 103 | | |
| |||
0 commit comments