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 b372faa commit 9e5ed84Copy full SHA for 9e5ed84
course-project/src/app/recipes/store/recipe.effects.ts
@@ -13,7 +13,7 @@ export class RecipeEffects {
13
ofType(RecipesActions.FETCH_RECIPES),
14
switchMap(() => {
15
return this.http.get<Recipe[]>(
16
- 'https://ng-course-recipe-book-65f10.firebaseio.com/recipes.json'
+ 'https://ng-course-recipe-book-4ce87.firebaseio.com/recipes.json'
17
);
18
}),
19
map(recipes => {
0 commit comments