Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Cleaning Up
Browse files Browse the repository at this point in the history
  • Loading branch information
amoshaviv committed Aug 16, 2013
1 parent 6c3564f commit d7fcb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = function(app, passport, auth) {
app.get('/signup', users.signup);
app.get('/signout', users.signout);

//Setting up the users rest api
//Setting up the users api
app.post('/users', users.create);
app.post('/users/session', passport.authenticate('local', {
failureRedirect: '/signin',
Expand Down

0 comments on commit d7fcb2b

Please sign in to comment.