feat: add auth routes placeholder file

This commit is contained in:
2026-06-22 05:44:58 +00:00
parent eaf8c00378
commit c459057923
+6
View File
@@ -0,0 +1,6 @@
import { FastifyInstance } from 'fastify';
export default async function authRoutes(fastify: FastifyInstance) {
// Placeholder for auth routes
// Implementation from T03 should be added here
}