frontend code refactoring
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
export const BASE_URL = 'tellall.saburly.com';
|
||||
//export const BASE_URL = 'tellall.saburly.com'; //for server
|
||||
export const BASE_URL = 'localhost:5000'; //for local
|
||||
|
||||
|
||||
|
||||
@@ -15,6 +15,6 @@ export const LAUNCH_REQUEST_SELECTED_INDEX = -2;
|
||||
export const CONTACT_SELECTED_INDEX = -3;
|
||||
|
||||
export const RESULT_CODES = {
|
||||
OK:0,
|
||||
ERROR:-1
|
||||
}
|
||||
OK: 0,
|
||||
ERROR: -1,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user