We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7745c86 + 4fb2bf2 commit ab2cb26Copy full SHA for ab2cb26
exercises/75 - CORS and Recipes/scripts-FINISHED.js
@@ -1,4 +1,4 @@
1
-const baseEndpoint = 'http://www.recipepuppy.com/api';
+const baseEndpoint = 'https://recipes.beginnerjavascript.com/api';
2
const proxy = `https://cors-anywhere.herokuapp.com/`;
3
const form = document.querySelector('form.search');
4
const recipesGrid = document.querySelector('.recipes');
exercises/75 - CORS and Recipes/scripts.js
@@ -0,0 +1,2 @@
+// The Recipe Puppy API used in the course is broken
+// Please use this replacement API URL "https://recipes.beginnerjavascript.com/api"
0 commit comments