feat: add layers routes placeholder file

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