We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1755e0a commit 428be42Copy full SHA for 428be42
login , sign-up rest api's/index.js
@@ -84,7 +84,7 @@ app.post('/api/login', function(req,res){
84
85
});
86
87
- // get logged in user
+// get logged in user
88
app.get('/api/profile',auth,function(req,res){
89
res.json({
90
isAuth: true,
0 commit comments