Merge pull request 'api' (#14) from efril into main

Reviewed-on: #14
This commit is contained in:
aefril 2025-09-18 09:32:44 +00:00
commit 9806400308

View File

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