feat(web): add auth for dev enviroment
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
export const environment = {
|
||||
production: true,
|
||||
apiUrl: 'https://3d-fab.ch'
|
||||
apiUrl: 'https://3d-fab.ch',
|
||||
basicAuth: ''
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user