Skip to content

Commit

Permalink
init comm1
Browse files Browse the repository at this point in the history
  • Loading branch information
rahilhussain committed Sep 1, 2020
1 parent 173fa59 commit fd986c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/routes/userRoute.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ router.get('/createadmin', async (req, res) => {
try {
const user = new User({
name: 'Rahil',
email: 'rahil@gmail.com',
email: 'rahilp@gmail.com',
password: '1234',
isAdmin: true,
});
Expand Down

0 comments on commit fd986c3

Please sign in to comment.