Skip to content

Commit 428be42

Browse files
committed
gists done
1 parent 1755e0a commit 428be42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

login , sign-up rest api's/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ app.post('/api/login', function(req,res){
8484

8585
});
8686

87-
// get logged in user
87+
// get logged in user
8888
app.get('/api/profile',auth,function(req,res){
8989
res.json({
9090
isAuth: true,

0 commit comments

Comments
 (0)