Skip to content

Commit

Permalink
Add healthCheckRouter and userRouter
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinhern committed Jan 20, 2024
1 parent 71e7be2 commit 9303767
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import errorHandler from '@common/middleware/errorHandler';
import rateLimiter from '@common/middleware/rateLimiter';
import requestLogger from '@common/middleware/requestLogger';
import { getCorsOrigin } from '@common/utils/envConfig';
import { healthCheckRouter } from '@modules/healthCheck/healthCheckRoutes';
import { userRouter } from '@modules/user/userRoutes';
import { healthCheckRouter } from '@modules/healthCheck/healthCheckRouter';
import { userRouter } from '@modules/user/userRouter';

dotenv.config({
path: path.resolve(__dirname, '../.env'),
Expand Down
File renamed without changes.

0 comments on commit 9303767

Please sign in to comment.