change base url
This commit is contained in:
parent
87d2527af3
commit
dbe6a69eda
|
@ -1,7 +1,7 @@
|
||||||
import axios from 'axios';
|
import axios from 'axios';
|
||||||
|
|
||||||
// const URL = 'https://newadmin.impo.app/api/v1/';
|
const URL = 'https://web.impo.app/support/finantial/';
|
||||||
const URL = 'http://172.20.255.148:5223/support/finantial/';
|
// const URL = 'http://172.20.255.148:5223/support/finantial/';
|
||||||
|
|
||||||
export const PICURL = `${URL}article/image/`;
|
export const PICURL = `${URL}article/image/`;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue