瀏覽代碼

Add design sample pdf

Tati 7 年之前
父節點
當前提交
e83c753f4a
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 二進制
      recipes/recipes-design.pdf
  2. 1 1
      recipes/src/App.js

二進制
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,