Update baseUrl
This commit is contained in:
parent
4ba5b9def3
commit
801fcdda2f
@ -6,8 +6,8 @@ const getToken = () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export const api = axios.create({
|
export const api = axios.create({
|
||||||
// baseURL: 'https://api-pos.apskel.id/api/v1',
|
baseURL: 'https://api-pos.apskel.id/api/v1',
|
||||||
baseURL: 'http://127.0.0.1:4000/api/v1',
|
// baseURL: 'http://127.0.0.1:4000/api/v1',
|
||||||
headers: {
|
headers: {
|
||||||
'Content-Type': 'application/json'
|
'Content-Type': 'application/json'
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user