add notification routes
This commit is contained in:
@@ -14,6 +14,7 @@ import { oauth } from "./oauth";
|
||||
import { authRoutes } from "./auth/auth.route";
|
||||
import { rtsSchemas } from "./rts/rts.schema";
|
||||
import { taskSchemas } from "./task/task.schema";
|
||||
import { notificationSchemas } from "./notification/notification.schema";
|
||||
|
||||
const app = fastify({ logger: true });
|
||||
|
||||
@@ -41,6 +42,7 @@ for (const schema of [
|
||||
...fileSchemas,
|
||||
...rtsSchemas,
|
||||
...taskSchemas,
|
||||
...notificationSchemas,
|
||||
]) {
|
||||
app.addSchema(schema);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user