소스 검색

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,