From cc51ea54912ff39cb29d5080d97b64cd188b0e0f Mon Sep 17 00:00:00 2001 From: Liu Rui Date: Fri, 27 Sep 2024 08:27:42 +0800 Subject: [PATCH] =?UTF-8?q?chore-=E5=88=A0=E9=99=A4=E5=BA=9F=E5=BC=83?= =?UTF-8?q?=E7=9A=84http=E6=B5=8B=E8=AF=95=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- http/test.http | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 http/test.http diff --git a/http/test.http b/http/test.http deleted file mode 100644 index 12078325..00000000 --- a/http/test.http +++ /dev/null @@ -1,27 +0,0 @@ -POST http://localhost:8080/api/module/create -Content-Type: application/json - -{ - "id": "2", - "name": "test" -} - -### -POST http://localhost:8080/module/update/2 -Content-Type: application/json - -{ - "name": "test2" -} - -### - -GET http://localhost:8080/module/view/2 -Accept: application/json - -### - -GET http://localhost:8080/module/delete/2 - - -###