瀏覽代碼

Fix api url para desarrollo

wilitp 4 年之前
父節點
當前提交
bb78797990
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/src/config/index.ts

+ 1 - 1
app/src/config/index.ts

@@ -1,4 +1,4 @@
-export const apiURL = process.env.REACT_APP_API_URL || "http://localhost:8000/v1/";
+export const apiURL = process.env.REACT_APP_API_URL || "http://localhost:8000/";
 
 export default {
   apiURL,