feat: add auth routes placeholder file
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user