Skip to content

Commit 9e5ed84

Browse files
author
Renante D. Entera
committed
Course Project: Fix recipe endpoint
1 parent b372faa commit 9e5ed84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

course-project/src/app/recipes/store/recipe.effects.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export class RecipeEffects {
1313
ofType(RecipesActions.FETCH_RECIPES),
1414
switchMap(() => {
1515
return this.http.get<Recipe[]>(
16-
'https://ng-course-recipe-book-65f10.firebaseio.com/recipes.json'
16+
'https://ng-course-recipe-book-4ce87.firebaseio.com/recipes.json'
1717
);
1818
}),
1919
map(recipes => {

0 commit comments

Comments
 (0)