fix: checklists.ts — housekeeping-rules routes were outside export function

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-02 23:12:03 +03:00
parent d98389e2bc
commit cc7c29abc9

View File

@@ -367,7 +367,6 @@ const checklists: FastifyPluginAsync = async (fastify) => {
return rows
},
)
}
// ── GET /api/hotels/:slug/housekeeping-rules ──────────────────────────────
fastify.get<SlugParam>(