docfast/dist
OpenClaw 825c6562ba
Some checks failed
Build & Deploy to Staging / Build & Deploy to Staging (push) Has been cancelled
feat: wire up swagger-jsdoc dynamic spec, delete static openapi.json
- Create src/swagger.ts config module for swagger-jsdoc
- Add GET /openapi.json dynamic route (generated from @openapi annotations)
- Delete static public/openapi.json (was drifting from code)
- Add @openapi annotation for deprecated /v1/signup/free in index.ts
- Import swaggerSpec into index.ts
- All 12 endpoints now code-driven: demo/html, demo/markdown, convert/html,
  convert/markdown, convert/url, templates, templates/{id}/render,
  recover, recover/verify, billing/checkout, signup/free, health
2026-02-20 07:56:56 +00:00
..
__tests__ feat: Add built dist files with EU compliance routes 2026-02-16 13:09:25 +00:00
middleware fix: compile TypeScript in Docker build — dist/ was never built in CI, connection resilience code was missing from images 2026-02-18 16:19:59 +00:00
routes feat: wire up swagger-jsdoc dynamic spec, delete static openapi.json 2026-02-20 07:56:56 +00:00
services fix: compile TypeScript in Docker build — dist/ was never built in CI, connection resilience code was missing from images 2026-02-18 16:19:59 +00:00
index.js feat: wire up swagger-jsdoc dynamic spec, delete static openapi.json 2026-02-20 07:56:56 +00:00