feat: add ai routes placeholder file

This commit is contained in:
2026-06-22 05:45:35 +00:00
parent 7e8f2242d3
commit 691ee636bd
+5
View File
@@ -0,0 +1,5 @@
import { FastifyInstance } from 'fastify';
export default async function aiRoutes(fastify: FastifyInstance) {
// Placeholder for ai routes
}