Selaa lähdekoodia

update backendURL

ilya_shyian 2 vuotta sitten
vanhempi
commit
cd24966347
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 };