Skip to content

Commit c05844d

Browse files
committed
Development day-6 branch
1 parent 4c88a75 commit c05844d

File tree

1 file changed

+2
-0
lines changed
  • app/src/main/java/com/example/cookbook/data/datasource/api

1 file changed

+2
-0
lines changed

app/src/main/java/com/example/cookbook/data/datasource/api/RetrofitApi.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@ interface RetrofitApi {
2121
@Query("apiKey") apiKey: String,
2222
@Query("number") number: Int
2323
): Call<RandomRecipeResponse>
24+
25+
@GET("complexSearch")
2426
}

0 commit comments

Comments
 (0)