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:
parent
4c7303c293
commit
d5ad67a801
|
@ -0,0 +1,11 @@
|
||||||
|
POST http://localhost:8080/ship-order
|
||||||
|
|
||||||
|
###
|
||||||
|
|
||||||
|
POST http://localhost:8080/ship-unconfirmed-order
|
||||||
|
|
||||||
|
###
|
||||||
|
|
||||||
|
GET http://localhost:8080/all-orders
|
||||||
|
|
||||||
|
###
|
Loading…
Reference in New Issue