Skip to content

Commit

Permalink
✨ amend endpoint of fetching category list
Browse files Browse the repository at this point in the history
  • Loading branch information
kmkim2689 authored and ii2001 committed Aug 7, 2024
1 parent aa59127 commit e080bef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ interface FeedService {
@Path("recipeId") recipeId: Long,
): Response<List<RecipeStepResponse>>

@GET("/categories")
@GET("/recipes/search")
suspend fun fetchRecipesByCategory(
@Query("pageNumber") pageNumber: Int,
@Query("pageSize") pageSize: Int,
Expand Down

0 comments on commit e080bef

Please sign in to comment.