Skip to content

Commit

Permalink
Revert "User API 경로 정리 (#777)"
Browse files Browse the repository at this point in the history
This reverts commit 9adc701.
  • Loading branch information
nyj001012 committed Apr 27, 2024
1 parent 9adc701 commit 9060a48
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions backend/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 9060a48

Please sign in to comment.