add ctasks routes

This commit is contained in:
2025-06-07 14:59:22 +05:30
parent 01b40dd757
commit bec293193f
9 changed files with 600 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ import { configSchemas } from "./config/config.schema";
import { mailSchemas } from "./mailProxy/mailProxy.schema";
import { viewSchemas } from "./view/view.schema";
import { processedSchemas } from "./processed/processed.schema";
import { cTaskSchemas } from "./ctask/ctask.schema";
const app = fastify({ logger: true, trustProxy: true });
@@ -49,6 +50,7 @@ for (const schema of [
...fileSchemas,
...rtsSchemas,
...taskSchemas,
...cTaskSchemas,
...notificationSchemas,
...noteSchemas,
...configSchemas,