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:
@@ -367,7 +367,6 @@ const checklists: FastifyPluginAsync = async (fastify) => {
|
||||
return rows
|
||||
},
|
||||
)
|
||||
}
|
||||
|
||||
// ── GET /api/hotels/:slug/housekeeping-rules ──────────────────────────────
|
||||
fastify.get<SlugParam>(
|
||||
|
||||
Reference in New Issue
Block a user