Explorar o código

update backendURL

ilya_shyian %!s(int64=2) %!d(string=hai) anos
pai
achega
cd24966347
Modificáronse 1 ficheiros con 1 adicións e 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 = 'https://diploma-back-django.herokuapp.com/';
+export const backendURL = 'https://diploma-back-django.herokuapp.com';
 export { jwtDecode, mock, delay, statusNumber, statusOptions };