feat: initial commit

This commit is contained in:
caturbgs
2021-12-09 09:01:39 +07:00
parent f8fdeefa22
commit f27ddcfe90
55 changed files with 16928 additions and 0 deletions

5
src/config/app.js Normal file
View File

@@ -0,0 +1,5 @@
export const appConfig = {
apiUrl: 'https://api-reconcile.movic.id'
};
//export default appConfig;