|
@@ -3,5 +3,5 @@ import { mock } from './mock';
|
|
|
import { delay } from './delay';
|
|
|
import { statusNumber, statusOptions } from './orderStatus';
|
|
|
|
|
|
-export const backendURL = "http://3.19.240.123/api";
|
|
|
+export const backendURL = 'http://13.50.13.106/api';
|
|
|
export { jwtDecode, mock, delay, statusNumber, statusOptions };
|