Ananiya
05/26/2020, 12:36 PMmust not have replace block. For dynamic query parameters use @Query
.how do i fix this error?streetsofboston
05/26/2020, 1:23 PM@Query("path")
instead, just like the error message said 😀streetsofboston
05/26/2020, 1:27 PMfun resp(@Query("path") u: String): Call<Fulfillment>
Ananiya
05/26/2020, 1:30 PM