From d49f9a4ac58ea1d00c245c1922532df610c1772c Mon Sep 17 00:00:00 2001 From: yena <50291995+nyj001012@users.noreply.github.com> Date: Sat, 27 Apr 2024 13:54:27 +0900 Subject: [PATCH] =?UTF-8?q?Revert=20"User=20API=20=EA=B2=BD=EB=A1=9C=20?= =?UTF-8?q?=EC=A0=95=EB=A6=AC=20(#777)"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 9adc70102816e2253f72715551036d008a4cfd25. --- backend/src/app.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/backend/src/app.ts b/backend/src/app.ts index 15659cd6..43620f91 100644 --- a/backend/src/app.ts +++ b/backend/src/app.ts @@ -93,12 +93,12 @@ app.use( // dev route app.use('/api', router); -// // dev/v2 route -// createExpressEndpoints(contract, routerV2, app, { -// logInitialization: true, -// responseValidation: true, -// jsonQuery: true, -// }); +// dev/v2 route +createExpressEndpoints(contract, routerV2, app, { + logInitialization: true, + responseValidation: true, + jsonQuery: true, +}); // 에러 핸들러 app.use(errorConverter);