This commit is contained in:
Andrey Terentev 2024-05-24 12:08:36 +07:00 committed by Andrey Terentev
parent da75242279
commit 3f8b758de2

View File

@ -72,7 +72,7 @@ public class RoomPickerClient {
}
public RoomPickerInfoResponse getServerInfo() {
return restTemplate.query("/info", HttpMethod.GET, RoomPickerInfoResponse.class, params -> {});
return restTemplate.queryWithRequest("/info", HttpMethod.GET, params -> {});
}
public Account getAccount() {