Skip to content

Commit 9adc701

Browse files
committed
User API 경로 정리 (#777)
* refactor: 400번대 에러 반환 제거 * refactor: overDueDay 반환 값에서 제거
1 parent 2cc10c6 commit 9adc701

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

backend/src/app.ts

+6-6
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,12 @@ app.use(
9393
// dev route
9494
app.use('/api', router);
9595

96-
// dev/v2 route
97-
createExpressEndpoints(contract, routerV2, app, {
98-
logInitialization: true,
99-
responseValidation: true,
100-
jsonQuery: true,
101-
});
96+
// // dev/v2 route
97+
// createExpressEndpoints(contract, routerV2, app, {
98+
// logInitialization: true,
99+
// responseValidation: true,
100+
// jsonQuery: true,
101+
// });
102102

103103
// 에러 핸들러
104104
app.use(errorConverter);

0 commit comments

Comments
 (0)