add rts routes
This commit is contained in:
@@ -12,6 +12,7 @@ import { permitSchemas } from "./permit/permit.schema";
|
||||
import { fileSchemas } from "./file/file.schema";
|
||||
import { oauth } from "./oauth";
|
||||
import { authRoutes } from "./auth/auth.route";
|
||||
import { rtsSchemas } from "./rts/rts.schema";
|
||||
|
||||
const app = fastify({ logger: true });
|
||||
|
||||
@@ -37,6 +38,7 @@ for (const schema of [
|
||||
...tokenSchemas,
|
||||
...permitSchemas,
|
||||
...fileSchemas,
|
||||
...rtsSchemas,
|
||||
]) {
|
||||
app.addSchema(schema);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user