فهرست منبع

更换为http

zouzs 1 هفته پیش
والد
کامیت
28e3011ca3
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/api/utils.ts

+ 1 - 1
src/api/utils.ts

@@ -1,4 +1,4 @@
 export const baseUrlApi = (url: string) =>
   process.env.NODE_ENV === "development"
     ? `/api/${url}`
-    : `https://api.hrwallet8.com/${url}`;
+    : `http://nacos.hrwallet8.com/${url}`;