Update api.ts
This commit is contained in:
parent
56c33869ac
commit
34d46d890c
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