fix api url
This commit is contained in:
parent
4f65b9bbb6
commit
b8de65bdcf
@ -6,7 +6,7 @@ const getToken = () => {
|
||||
}
|
||||
|
||||
export const api = axios.create({
|
||||
baseURL: process.env.NEXT_PUBLIC_API_URL,
|
||||
baseURL: 'https://api-pos.apskel.id/api/v1',
|
||||
headers: {
|
||||
'Content-Type': 'application/json'
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user