소스 검색

Fix API const

Tatiana Inama 6 년 전
부모
커밋
bc668c4c05
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      recipes/.env

+ 5 - 5
recipes/.env

@@ -1,7 +1,7 @@
 SASS_PATH=node_modules:src
 PORT=3006
-REACT_APP_API=http://192.168.2.199:3000
-REACT_APP_API_RECIPES=http://192.168.2.199:3000/recipes
-REACT_APP_API_PLANNER=http://192.168.2.199:3000/planner
-REACT_APP_API_SHOPPING=http://192.168.2.199:3000/shopping
-REACT_APP_IMG=http://192.168.2.199:3000
+REACT_APP_API=http://localhost:3000
+REACT_APP_API_RECIPES=http://localhost:3000/recipes
+REACT_APP_API_PLANNER=http://localhost:3000/planner
+REACT_APP_API_SHOPPING=http://localhost:3000/shopping
+REACT_APP_IMG=http://localhost:3000