Browse Source

Add design sample pdf

Tati 7 năm trước cách đây
mục cha
commit
e83c753f4a
2 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,