add user config routes

This commit is contained in:
2025-07-24 12:17:30 +05:30
parent 05abf66d66
commit ee31f3ae20
7 changed files with 119 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ import { processedSchemas } from "./processed/processed.schema";
import { cTaskSchemas } from "./ctask/ctask.schema";
import { paymentSchemas } from "./payments/payment.schema";
import { alertSchemas } from "./alert/alert.schema";
import { userConfigSchemas } from "./userConfig/userConfig.schema";
const app = fastify({ logger: true, trustProxy: true });
@@ -56,6 +57,7 @@ for (const schema of [
...notificationSchemas,
...noteSchemas,
...configSchemas,
...userConfigSchemas,
...mailSchemas,
...viewSchemas,
...processedSchemas,