Профиль, редактирование без аватара
This commit is contained in:
@@ -9,7 +9,7 @@ interface ProfileApi {
|
||||
@GET("profiles/{id}")
|
||||
suspend fun getProfile(@Path("id") id: String): ProfileDto
|
||||
|
||||
@GET("profiles/me")
|
||||
@GET("auth/me")
|
||||
suspend fun getMyProfile(): ProfileDto
|
||||
|
||||
@PUT("profiles/profile")
|
||||
|
||||
Reference in New Issue
Block a user