Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Payne680 committed Nov 29, 2023
1 parent 989fc7f commit 07f165a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/index.routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ router.post('/signup', (req, res) => {
}
const newUser = User.createUser(username, password, usersData);

// Save usersData back to users.json
// Save your usersData back to users.json
User.saveUsersToFile(usersData);

res.send('User registered successfully');
Expand Down

0 comments on commit 07f165a

Please sign in to comment.