TIF_E41201615/lib/resources/services/recipe_service_constant.dart

5 lines
202 B
Dart

class RecipeServiceConstants {
static const String listRecipe = 'recipes';
static const String detailRecipe = 'recipe/{uuid}';
static const String recipeRecommendation = 'recipe/recommendation';
}