Updated some models and changed to custom api

This commit is contained in:
Erik Tiekstra
2021-05-05 14:19:57 +02:00
parent cd60e9383a
commit f24ab48943
21 changed files with 125 additions and 89 deletions

View File

@@ -1,5 +1,8 @@
export const environment = {
production: false,
apiBase: '/api',
apiHeaders: {},
api: {
meet: '/api',
default: '/api',
headers: {},
},
};