docfast/src
OpenClaw Subagent 392fc029fe
Some checks failed
Build & Deploy to Staging / Build & Deploy to Staging (push) Has been cancelled
fix: swagger apis path to src/ + update stale signup/verify test refs
- swagger.ts: changed apis glob from dist/routes/*.js to src/routes/*.ts
  so OpenAPI spec includes demo endpoints during tests (fixes 6 test failures)
- Dockerfile: copy src/ to final stage for runtime swagger-jsdoc
- Updated stale /v1/signup/verify test refs to /v1/signup/free (endpoint
  was removed when free tier was discontinued)
2026-03-18 20:11:17 +01:00
..
__tests__ fix: swagger apis path to src/ + update stale signup/verify test refs 2026-03-18 20:11:17 +01:00
middleware type safety: complete catch(err:unknown) migration + extract admin routes 2026-03-09 14:09:12 +01:00
routes Document rate limit headers in OpenAPI spec 2026-03-18 11:06:22 +01:00
services refactor: extract findKeyInCacheOrDb to DRY up DB fallback pattern (TDD) 2026-03-10 14:06:44 +01:00
utils fix: sanitize path traversal in filename (TDD) 2026-03-18 17:03:56 +01:00
index.ts fix: add global error handler + try/catch in recover & email-change routes (BUG-112) 2026-03-17 17:10:36 +01:00
openapi-extra.yaml v0.4.1: Code-driven OpenAPI docs via swagger-jsdoc 2026-02-20 07:54:37 +00:00
swagger.ts fix: swagger apis path to src/ + update stale signup/verify test refs 2026-03-18 20:11:17 +01:00
types.ts fix(cors): dynamic origin for staging support (BUG-111) + eliminate all 'as any' casts 2026-03-09 08:08:37 +01:00