Compare commits

..

No commits in common. "54d8ff34446628f0ac3020ff462333349142d694" and "50a8f4a295799355c90186dc038d513ab8e61477" have entirely different histories.

View File

@ -6,7 +6,7 @@ const getToken = () => {
}
export const api = axios.create({
baseURL: 'https://enaklo-pos-be.altru.id/api/v1',
baseURL: 'http://127.0.0.1:4000/api/v1',
headers: {
'Content-Type': 'application/json'
},