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