This commit is contained in:
efrilm 2025-09-18 16:31:58 +07:00
parent 97ed613cc6
commit 3bfd0b9e19

View File

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