From 3335f16ad1a6ec114058a8b7e6e71c2cae33c33d Mon Sep 17 00:00:00 2001 From: Puyodead1 Date: Thu, 23 Mar 2023 11:01:38 -0400 Subject: applications --- src/api/util/handlers/route.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/api/util') diff --git a/src/api/util/handlers/route.ts b/src/api/util/handlers/route.ts index 66bd2890..04910ed4 100644 --- a/src/api/util/handlers/route.ts +++ b/src/api/util/handlers/route.ts @@ -55,7 +55,8 @@ export interface RouteOptions { body?: `${string}Schema`; // typescript interface name responses?: { [status: number]: { - body?: `${string}Response`; + // body?: `${string}Response`; + body?: string; }; }; test?: { -- cgit 1.5.1