add campaign

This commit is contained in:
efrilm
2025-09-19 16:10:52 +07:00
parent 3bfd0b9e19
commit e55357e305
4 changed files with 72 additions and 352 deletions
+2 -1
View File
@@ -5,8 +5,9 @@ const getToken = () => {
return localStorage.getItem('authToken')
}
// baseURL: 'https://api-pos.apskel.id/api/v1',
export const api = axios.create({
baseURL: 'https://api-pos.apskel.id/api/v1',
baseURL: 'http://127.0.0.1:4000/api/v1',
headers: {
'Content-Type': 'application/json'
},