changed format

This commit is contained in:
2026-03-30 20:42:48 +02:00
parent 79379b238a
commit 6267e18478
6 changed files with 5 additions and 9 deletions
@@ -16,7 +16,7 @@ public class ConnectionService {
}
public ConnectionResponse login(ConnectionRequest request) {
//TODO: Look into Map<String, RestClient> to cache restclient requests.
// TODO: Look into Map<String, RestClient> to cache restclient requests.
return restClientBuilder.baseUrl(request.appUrl())
.build()
.post()