소스 검색

Add design sample pdf

Tati 7 년 전
부모
커밋
e83c753f4a
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. BIN
      recipes/recipes-design.pdf
  2. 1 1
      recipes/src/App.js

BIN
recipes/recipes-design.pdf


+ 1 - 1
recipes/src/App.js

@@ -22,7 +22,7 @@ class Recipes extends Component {
   }
 
   componentDidMount(){
-    axios.get('http://localhost:3000/recipes/ingredients/?ingredients=beef,bacon').then(response => {
+    axios.get('http://recipes.davidventura.com.ar/recipes/ingredients/?ingredients=beef,bacon').then(response => {
       console.log('response', response.data);
       this.setState({
         isLoaded: true,