feat: add projects routes placeholder file

This commit is contained in:
2026-06-22 05:45:02 +00:00
parent c459057923
commit 4c63c7e05e
+5
View File
@@ -0,0 +1,5 @@
import { FastifyInstance } from 'fastify';
export default async function projectsRoutes(fastify: FastifyInstance) {
// Placeholder for projects routes
}