hi, i get an error while i am running request whic...
# announcements
a
hi, i get an error while i am running request which the error is in this file at the query. they tell me
must not have replace block. For dynamic query parameters use @Query
.how do i fix this error?
s
Do
@Query("path")
instead, just like the error message said 😀
fun resp(@Query("path") u: String): Call<Fulfillment>
a
thank you very much 🤗 . you keep me from deleting 100 of code