Updated some models and changed to custom api
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
export const environment = {
|
||||
production: false,
|
||||
apiBase: 'https://dafa-utv.tocp.arbetsformedlingen.se/prweb/api/v1/data',
|
||||
apiHeaders: {
|
||||
Authorization: 'Basic dGVzdHVzZXIxOmRhZmFAMTIz', // user: testuser1, password: dafa@123
|
||||
api: {
|
||||
meet: 'https://dafa-utv.tocp.arbetsformedlingen.se/prweb/api/meettest/v1',
|
||||
default: 'https://dafa-utv.tocp.arbetsformedlingen.se/prweb/api/v1/data',
|
||||
headers: {
|
||||
Authorization: 'Basic dGVzdHVzZXIxOmRhZmFAMTIz', // user: testuser1, password: dafa@123
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
export const environment = {
|
||||
production: true,
|
||||
apiBase: '/api',
|
||||
api: {
|
||||
meet: '/api',
|
||||
default: '/api',
|
||||
headers: {},
|
||||
},
|
||||
};
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
export const environment = {
|
||||
production: false,
|
||||
apiBase: '/api',
|
||||
apiHeaders: {},
|
||||
api: {
|
||||
meet: '/api',
|
||||
default: '/api',
|
||||
headers: {},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user