We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7ecaa6 commit 0847612Copy full SHA for 0847612
server/routes/user.routes.ts
@@ -2,7 +2,7 @@ import { Router } from 'express';
2
import * as UserController from '../controllers/user.controller';
3
import isAuthenticated from '../utils/isAuthenticated';
4
5
-export const router = Router();
+const router = Router();
6
7
router.post('/signup', UserController.createUser);
8
0 commit comments