From 401b5ebd55e2beb0505e425d4001f7967691425a Mon Sep 17 00:00:00 2001 From: mick Date: Wed, 16 Oct 2024 15:47:17 +0200 Subject: [PATCH] add api test file --- office-queue-server/APItest.http | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 office-queue-server/APItest.http diff --git a/office-queue-server/APItest.http b/office-queue-server/APItest.http new file mode 100644 index 0000000..6c2d052 --- /dev/null +++ b/office-queue-server/APItest.http @@ -0,0 +1,15 @@ +## configure counters +POST http://localhost:3000/api/settingcounters/1 HTTP/1.1 +content-type: application/json + +{ + "services": [ + + ] +} +### + +## get services +GET http://localhost:3000/api/settingcounters/1 HTTP/1.1 +content-type: application/json +### \ No newline at end of file