base url #11

Merged
aefril merged 1 commits from efril into main 2025-09-13 09:59:08 +00:00

View File

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