Erster Commit 2024. *smileyface*

keinen Plan was der macht tho
This commit is contained in:
Samuel Wolff 2024-01-08 08:34:13 +01:00
parent a4c908c1ba
commit 98826d1b9f

View File

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