Skip to content
Snippets Groups Projects

Update API feeling peckish link

Merged Louise GRAZER requested to merge API_Update_Link into development
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -6,8 +6,8 @@ import { Recipe, ApiResultRecipe, FavoriteRecipesList, ApiResultRecipeList } fro
import { Profile } from '../models/profile/profile';
import { UtilsService } from './utils.service';
const API_URL: string = "https://apifeelingpeckish.azurewebsites.net/api";
// const API_URL: string = "https://localhost:44351/api"; // only for tests
const API_URL: string = "https://feelingpeckish3.azurewebsites.net/api";
// const API_URL: string = "https://localhost:44351/api"; // only for local tests
const USER_URL: string = API_URL + "/Utilisateurs";
const INGREDIENTS_URL: string = API_URL + "/Ingredients";
Loading