feat: add blocks routes placeholder file

This commit is contained in:
2026-06-22 05:45:15 +00:00
parent 44f3917721
commit 6afa2965e0
+5
View File
@@ -0,0 +1,5 @@
import { FastifyInstance } from 'fastify';
export default async function blocksRoutes(fastify: FastifyInstance) {
// Placeholder for blocks routes
}