Skip to content

Commit 5c74161

Browse files
BackendExpertJehanKandyAnupa1998
committed
Update UserController.js
Co-Authored-By: JehanKandy <jehankandy@gmail.com> Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com>
1 parent e8d9e0b commit 5c74161

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
const User = require('../Models/User')
2+
3+
const UserController = {
4+
CountUsers: async(req, res) => {
5+
6+
}
7+
}
8+
9+
module.exports = UserController

0 commit comments

Comments
 (0)