feat: add local storage service
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
export const environment = {
|
||||
apiUrl: 'http://localhost:4444'
|
||||
prod: false,
|
||||
apiUrl: 'http://192.168.1.3:4444',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user