Skip to content

Commit 4e93058

Browse files
committed
fix issue
1 parent a4f5b0e commit 4e93058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/routes/user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
import { Router } from 'express';
3-
import UserController from '../controllers/users';
3+
import UserController from '../controllers/user';
44

55
const router = Router();
66

0 commit comments

Comments
 (0)