add user config routes
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user