feat: implement login

This commit is contained in:
caturbgs
2021-12-09 23:00:56 +07:00
parent b346e1fdbd
commit 84d3085c0c
8 changed files with 124 additions and 152 deletions

View File

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