From a567ca3f514b7671da5d523325751a8383885d2c Mon Sep 17 00:00:00 2001 From: Puyodead1 Date: Thu, 23 Mar 2023 10:40:37 -0400 Subject: auth routes --- src/util/schemas/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/util/schemas/index.ts') diff --git a/src/util/schemas/index.ts b/src/util/schemas/index.ts index 2d254752..22927146 100644 --- a/src/util/schemas/index.ts +++ b/src/util/schemas/index.ts @@ -58,6 +58,7 @@ export * from "./PurgeSchema"; export * from "./RegisterSchema"; export * from "./RelationshipPostSchema"; export * from "./RelationshipPutSchema"; +export * from "./responses"; export * from "./RoleModifySchema"; export * from "./RolePositionUpdateSchema"; export * from "./SelectProtocolSchema"; -- cgit 1.5.1