我一直在编码食品配送api,但遇到获取正确错误消息的问题。 当用户尝试访问没有令牌的令牌必需路由时,控制台会记录“ UnauthorizedError:未找到授权令牌” 在中间件...”,并将其作为JSON发送到客户端。
希望有人可以帮助我, 谢谢您的时间。
这是我的代码:
https://github.com/guilhermedeborba/food-delivery-api/blob/master/routes/auth.js
https://github.com/guilhermedeborba/food-delivery-api/blob/master/routes/customers.js