feat: add settings routes placeholder file

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