**已关闭。**此问题需要debugging details。当前不接受答案。
编辑问题以包含desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem。这将有助于其他人回答问题。
昨天关门了。
Improve this question
目前我正在做一个MERN堆栈项目,使用expressJS和prisma。我创建了一个端点来添加新用户到我的mongoDB数据库,另一个端点来登录,如果电子邮件和密码与我的数据库中的记录匹配,则发送一个jwt令牌和用户信息到cient。一切都正常工作,但现在当我试图测试我的端点使用 Postman 非他们的工作和请求停留在挂起状态,直到我停止它或关闭this is the server.tsthis is my auth router routers/auth.tsand this is my auth controller controllers/auth.ts
我希望你能给予我这个问题的解决方案,并给我一个方法来调试我的API在vscode。
1条答案
按热度按时间4c8rllxm1#