feat: add export routes placeholder file

This commit is contained in:
2026-06-22 05:45:25 +00:00
parent b62ef2fa74
commit 2a1a1d495f
+5
View File
@@ -0,0 +1,5 @@
import { FastifyInstance } from 'fastify';
export default async function exportRoutes(fastify: FastifyInstance) {
// Placeholder for export routes
}