mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-30 11:09:18 +01:00
Cleaning Up
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user