Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我安装了一个新的strapi项目并尝试使用jwt令牌验证api。但是auth/local api总是返回未找到
/auth/local只会响应POST请求。
/auth/local
POST
任何其他 HTTP 请求(GET、DELETE、UPDATE 等)都将发送 404 状态(未找到)。
确保您发送的是 HTTP POST 请求。