samu_masken #10

Merged
PBG2H22AWO merged 4 commits from samu_masken into master 2024-01-08 09:15:37 +01:00
Showing only changes of commit 98826d1b9f - Show all commits

View File

@ -36,7 +36,9 @@ public class RestApiClient implements IRestAPI{
String json = new Gson().toJson(kind); String json = new Gson().toJson(kind);
new RestApiClient().post("Kind", json); System.out.println(json);
//new RestApiClient().post("Kind", json);
} }