Security fix
This commit is contained in:
parent
cc1076332b
commit
d119034f5b
1 changed files with 2 additions and 1 deletions
|
@ -5,5 +5,6 @@
|
|||
|
||||
export const environment = {
|
||||
production: false,
|
||||
apiUrl: 'http://192.168.2.156:3000/api'
|
||||
// insert local URL here
|
||||
apiUrl: ''
|
||||
};
|
||||
|
|
Reference in a new issue