diff --git a/src/main/Main.java b/src/main/Main.java index 6197072..2729874 100644 --- a/src/main/Main.java +++ b/src/main/Main.java @@ -12,12 +12,12 @@ static ArrayList formParam = new ArrayList<>(); static ArrayList pathParam = new ArrayList<>(); static TestGETCactus get = new TestGETCactus(); - static TestPOSTCactus post = new TestPOSTCactus("q","q","q"); - static TestPUTCactus put = new TestPUTCactus("q","q"); - static TestDELETECactus delete = new TestDELETECactus(""); + static TestPOSTCactus post = new TestPOSTCactus("f","f","f"); + static TestPUTCactus put = new TestPUTCactus("f","f"); + static TestDELETECactus delete = new TestDELETECactus("qF9bgKYZmw8P"); public static void main(String[] args) { - get.start(); + post.start(); // init(); // api.doRestTest(); // System.out.println(api.getResults());