Open
Description
Though I'm able to signup and userlogin in Postman here;
app.post('/signup', addNewUser);
app.post('/userlogin', userLoginCheck);,
I'm unable to get anything from the following endpoints;
apiRoutes.get('/', welcome);
apiRoutes.get('/users', findAllUsers);
I've tried using the returned JWT token in raw body json, parameters, bearer token, forms and headers as ;
"token" : "mygeneratedtoken"
But it's returning;
Cannot GET /users
Metadata
Metadata
Assignees
Labels
No labels