mirror of
https://github.com/alice-lg/alice-lg.git
synced 2024-05-11 05:55:03 +00:00
changed config api endpoint
This commit is contained in:
@ -13,7 +13,7 @@ function loadConfigSuccess(routes_columns) {
|
||||
|
||||
export function loadConfig() {
|
||||
return (dispatch) => {
|
||||
axios.get(`/birdseye/api/config/`)
|
||||
axios.get(`/api/config`)
|
||||
.then(({data}) => {
|
||||
dispatch(
|
||||
loadRejectReasonsSuccess(data.config.rejection.asn,
|
||||
|
Reference in New Issue
Block a user