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
11
axon/src/main/resources/order-api.http
Normal file
11
axon/src/main/resources/order-api.http
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
POST http://localhost:8080/ship-order
|
||||||
|
|
||||||
|
###
|
||||||
|
|
||||||
|
POST http://localhost:8080/ship-unconfirmed-order
|
||||||
|
|
||||||
|
###
|
||||||
|
|
||||||
|
GET http://localhost:8080/all-orders
|
||||||
|
|
||||||
|
###
|
Loading…
x
Reference in New Issue
Block a user