Browse Source

change backURL

ilya_shyian 2 years ago
parent
commit
a616e11989
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/helpers/index.js

+ 1 - 1
src/helpers/index.js

@@ -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 };