bradtraversy / meanauthapp

Complete MEAN stack app with authentication
242 stars 152 forks source link

POST http://localhost:4200/users/register 404 (Not Found) #12

Closed benjaminfloyd closed 7 years ago

benjaminfloyd commented 7 years ago

I am not sure why I am getting this error. router.post('/register', (req, res, next) => { let newUser = new User({ name: req.body.name, email: req.body.email, username: req.body.username, password: req.body.password });

https://github.com/benjaminfloyd/Angular2_Mean_Stack_App

benjaminfloyd commented 7 years ago

Fixed it

ranjanmishra07 commented 7 years ago

how?