소스 검색

update backendURL

ilya_shyian 2 년 전
부모
커밋
cd24966347
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 };