Compare commits

...
2 Commits
Author SHA1 Message Date
aefril 9806400308 Merge pull request 'api' (#14) from efril into main
Reviewed-on: #14
2025-09-18 09:32:44 +00:00
efrilm 3bfd0b9e19 api 2025-09-18 16:31:58 +07:00
+1 -1
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'
},