tier page

This commit is contained in:
efrilm
2025-09-17 20:21:28 +07:00
parent 185edb94cb
commit 4655411b24
9 changed files with 1031 additions and 3 deletions
+2 -1
View File
@@ -6,7 +6,8 @@ const getToken = () => {
}
export const api = axios.create({
baseURL: 'https://enaklo-pos-be.altru.id/api/v1',
// baseURL: 'https://enaklo-pos-be.altru.id/api/v1',
baseURL: 'http://127.0.0.1:4000/api/v1',
headers: {
'Content-Type': 'application/json'
},