Compare commits

..

No commits in common. "bd14adde2389e68368fd65bbfc7f66288b1f2004" and "35b142638491e507eac641ae66bc3fc9df0b0341" have entirely different histories.

View File

@ -5,9 +5,9 @@ const getToken = () => {
return localStorage.getItem('authToken')
}
// baseURL: 'https://api-pos.apskel.id/api/v1',
export const api = axios.create({
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: {
'Content-Type': 'application/json'
},