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