Add task routes, bug fixes
This commit is contained in:
@@ -13,6 +13,7 @@ import { fileSchemas } from "./file/file.schema";
|
||||
import { oauth } from "./oauth";
|
||||
import { authRoutes } from "./auth/auth.route";
|
||||
import { rtsSchemas } from "./rts/rts.schema";
|
||||
import { taskSchemas } from "./task/task.schema";
|
||||
|
||||
const app = fastify({ logger: true });
|
||||
|
||||
@@ -39,6 +40,7 @@ for (const schema of [
|
||||
...permitSchemas,
|
||||
...fileSchemas,
|
||||
...rtsSchemas,
|
||||
...taskSchemas,
|
||||
]) {
|
||||
app.addSchema(schema);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user