From 855951c49016be3e8a144a51cf0c56c09968b823 Mon Sep 17 00:00:00 2001 From: MarkusJoe Date: Sun, 2 Oct 2022 17:28:51 +0800 Subject: [PATCH] =?UTF-8?q?add:=20=E6=B7=BB=E5=8A=A0http=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tests/API.http | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/tests/API.http diff --git a/src/tests/API.http b/src/tests/API.http new file mode 100644 index 0000000..9a93324 --- /dev/null +++ b/src/tests/API.http @@ -0,0 +1,27 @@ +GET http://localhost:8000/api/query-theme/blacked +Accept: application/json + +### + +GET http://localhost:8000/api/query-theme/lisu +Accept: application/json + +### + +GET http://localhost:8000/api/query-theme/moebooru +Accept: application/json + +### + +GET http://localhost:8000/api/query-theme/lewd +Accept: application/json + +### + +GET http://localhost:8000/api/query/test +Accept: application/json + +### + + +