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 b5234eb commit a3c1f06Copy full SHA for a3c1f06
server/controllers/user.controller.js
@@ -39,8 +39,6 @@ export async function findUserByUsername(username) {
39
}
40
41
42
-
43
44
export function createUser(req, res, next) {
45
const { username, email } = req.body;
46
const { password } = req.body;
0 commit comments