Skip to content

Commit

Permalink
gists done
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlypanda committed Jul 10, 2020
1 parent 1755e0a commit 428be42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion login , sign-up rest api's/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ app.post('/api/login', function(req,res){

});

// get logged in user
// get logged in user
app.get('/api/profile',auth,function(req,res){
res.json({
isAuth: true,
Expand Down

0 comments on commit 428be42

Please sign in to comment.