gpt4 book ai didi

javascript - 如何在 Json-server 和 Axios 中使用 delete 方法?

转载 作者:行者123 更新时间:2023-12-05 03:06:04 24 4
gpt4 key购买 nike

我正在做一个项目并使用 json-serveraxios.js,但我在方法 delete 中遇到问题。

我的axios.js:

remove = (id) => {
axios.delete('http://127.0.0.1:3000/people/', id)
.then(function(response) {
this.setState({
filtered: response
})
}).catch(function(error) {
console.log(error)
})
}

路由 http://127.0.0.1:3000/peoplejson.server..

错误:

Failed to load resource: the server responded with a status of 404 (Not Found)

有人可以帮助我吗?

最佳答案

您可以使用 DELETE 方法请求正确的 uri

例子:

DELETE /users/1

http://localhost:4000/users/1

关于javascript - 如何在 Json-server 和 Axios 中使用 delete 方法?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50028503/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com