瀏覽代碼

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