changed base url
This commit is contained in:
parent
4dc5ed84b8
commit
29d0c8a2a2
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
import axios from 'axios';
|
import axios from 'axios';
|
||||||
|
|
||||||
const api = axios.create({
|
const api = axios.create({
|
||||||
baseURL: 'https://gateway.poweron-center.net',
|
baseURL: 'https://gateway-int.poweron-center.net',
|
||||||
//baseURL: 'http://localhost:8000',
|
//baseURL: 'http://localhost:8000',
|
||||||
withCredentials: true
|
withCredentials: true
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue