diff --git a/src/main/Main.java b/src/main/Main.java index 979e0f7..e85ceac 100644 --- a/src/main/Main.java +++ b/src/main/Main.java @@ -12,11 +12,11 @@ static ArrayList formParam = new ArrayList<>(); static ArrayList pathParam = new ArrayList<>(); static NecessaryParam nes = new NecessaryParam(); - static TestGETCactus get = new TestGETCactus(); - static TestCreatePOSTCactus post = new TestCreatePOSTCactus("f", "f", "f"); - static TestLogoutPOSTCactus logout = new TestLogoutPOSTCactus(""); - static TestPUTCactus put = new TestPUTCactus("f", "f"); - static TestDELETECactus delete = new TestDELETECactus("qF9bgKYZmw8P"); + static TestCactus get = new TestGETCactus(); + static TestCactus post = new TestCreatePOSTCactus("f", "f", "f"); + static TestCactus logout = new TestLogoutPOSTCactus(""); + static TestCactus put = new TestPUTCactus("f", "f"); + static TestCactus delete = new TestDELETECactus("qF9bgKYZmw8P"); public static void main(String[] args) { get.start();