Change Issues Clean Routes
This commit is contained in:
parent
abe2d8d537
commit
7b32b39285
|
|
@ -471,7 +471,7 @@ class order extends Component {
|
|||
})
|
||||
const { checkedValue } = this.state;
|
||||
const { projectsId , owner } = this.props.match.params;
|
||||
const url = `/issues/clean.json`;
|
||||
const url = `/${owner}/${projectsId}/issues/clean.json`;
|
||||
axios.post(url, {
|
||||
ids: checkedValue
|
||||
}).then(result => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue