fix: add code in partner

This commit is contained in:
ilham
2021-12-26 11:19:57 +07:00
parent 69fc55338d
commit 668c64f193
2 changed files with 23 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
export const appConfig = {
apiUrl: 'https://ppob-backend.k3s.bangun-kreatif.com/v1'
// apiUrl: 'https://ppob-backend.k3s.bangun-kreatif.com/v1'
apiUrl: 'http://localhost:3222/v1'
// apiUrl: 'http://localhost:3222/v1'
};