BAEL-2435 Add http resource

Add http resource to try out all the end points when running the
application in Intellij
This commit is contained in:
Steven van Beelen 2018-12-27 10:47:22 +01:00
parent 4c7303c293
commit d5ad67a801
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
POST http://localhost:8080/ship-order
###
POST http://localhost:8080/ship-unconfirmed-order
###
GET http://localhost:8080/all-orders
###