Dev
3 endpoints, generated from the live router dev.ts.
Development-only. These endpoints are disabled when the server runs with
NODE_ENV=productionand return404on the live nodes — they exist for local development against your own instance.
| Method | Path | Auth |
|---|---|---|
GET | /api/dev/test-api-key | public |
GET | /api/dev/test-set-limit | public |
GET | /api/dev/test-login | public |
Source: shared/api-core/src/routes/dev.ts