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.
1 parent 0be1038 commit 111a88cCopy full SHA for 111a88c
src/index.js
@@ -7,8 +7,7 @@ import render from './modules/render/meals';
7
const mealCounter = document.getElementById('meal-counter');
8
9
const endpoint = 'https://www.themealdb.com/api/json/v1/1/';
10
-const likesEndpoint =
11
- 'https://us-central1-involvement-api.cloudfunctions.net/capstoneApi/apps/lvQFdeSbvijlsDX1Y4VY/likes/';
+const likesEndpoint = 'https://us-central1-involvement-api.cloudfunctions.net/capstoneApi/apps/lvQFdeSbvijlsDX1Y4VY/likes/';
12
13
const displayMeals = () => {
14
Promise.all([
0 commit comments