Skip to content

Commit

Permalink
add api test file
Browse files Browse the repository at this point in the history
  • Loading branch information
mickp18 committed Oct 16, 2024
1 parent 3841ca2 commit 401b5eb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions office-queue-server/APItest.http
Original file line number Diff line number Diff line change
@@ -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
###

0 comments on commit 401b5eb

Please sign in to comment.