WIP
This commit is contained in:
@@ -1 +1,3 @@
|
||||
export const environment = {};
|
||||
export const environment = {
|
||||
hostUrl: 'http://localhost:3000'
|
||||
};
|
||||
|
||||
3
src/environments/environment.remote-api.ts
Normal file
3
src/environments/environment.remote-api.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export const environment = {
|
||||
hostUrl: 'https://iisa.novikov.click'
|
||||
};
|
||||
@@ -1 +1,3 @@
|
||||
export const environment = {};
|
||||
export const environment = {
|
||||
hostUrl: ''
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user