【发布时间】:2022-08-04 21:53:50
【问题描述】:
我是新的到 Strapi 并关注 Youtube 中的 Strapi 教程播放列表。Youtube 播放列表很旧,他正在使用 Strapi V3。但当前版本是4.0.5。我在使用API Endpoint 时遇到问题。
我建立收藏键入并将其命名为Posts。我什至发布了它。当我导航到http://localhost:1337/api/posts时,它返回
{
\"data\": null,
\"error\": {
\"status\": 403,
\"name\": \"ForbiddenError\",
\"message\": \"Forbidden\",
\"details\": {}
}
}
有人帮我吗?
标签: strapi