Why my express server’s api endpoints calls are pending?
I am running an express server that has some REST API
endpoints including authentication endpoint: http://localhost:3000/login
using jwt
(json web token), the server run but when I used postman and several other methods to call the endpoint I keep waiting for the results.
req.body return empty object
i try to build a simple restapi, i still learning nodejs/expressjs here https://www.youtube.com/watch?v=f2EqECiTBL8