diff --git a/src/main/Main.java b/src/main/Main.java index 8173834..1808ae6 100644 --- a/src/main/Main.java +++ b/src/main/Main.java @@ -14,6 +14,7 @@ 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");