瀏覽代碼

remove mediaURl from src path

ilya_shyian 1 年之前
父節點
當前提交
693cbc833b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/helpers/index.js

+ 1 - 1
src/helpers/index.js

@@ -6,5 +6,5 @@ import { statusNumber, statusOptions } from "./orderStatus";
 
 export const backendURL = "http://188.72.209.29/api";
 export const gql = getGQL(backendURL + "/graphql/");
-export const mediaURL = "/media/";
+export const mediaURL = "";
 export { jwtDecode, delay, statusNumber, statusOptions };