feat: add users routes placeholder file

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