fix: do not use the deprecated /api/v1/instance
end point (#34613)
This commit is contained in:
parent
aedc5f6921
commit
df6b808750
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ class ReportReasonSelector extends PureComponent {
|
||||||
};
|
};
|
||||||
|
|
||||||
componentDidMount() {
|
componentDidMount() {
|
||||||
api(false).get('/api/v1/instance').then(res => {
|
api(false).get('/api/v2/instance').then(res => {
|
||||||
this.setState({
|
this.setState({
|
||||||
rules: res.data.rules,
|
rules: res.data.rules,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue