api #14

Merged
aefril merged 1 commits from efril into main 2025-09-18 09:32:45 +00:00
Showing only changes of commit 3bfd0b9e19 - Show all commits

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'
},