Explorar el Código

change backURL

ilya_shyian hace 2 años
padre
commit
a616e11989
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 };