Change Issues Clean Routes

This commit is contained in:
sylor_huang@126.com 2020-09-18 17:18:28 +08:00
parent 8a3c4f3000
commit abe2d8d537
1 changed files with 1 additions and 1 deletions

View File

@ -471,7 +471,7 @@ class order extends Component {
})
const { checkedValue } = this.state;
const { projectsId , owner } = this.props.match.params;
const url = `/projects/${owner}/${projectsId}/issues/clean.json`;
const url = `/issues/clean.json`;
axios.post(url, {
ids: checkedValue
}).then(result => {