Skip to content

Commit d5ad67a

Browse files
committed
BAEL-2435 Add http resource
Add http resource to try out all the end points when running the application in Intellij
1 parent 4c7303c commit d5ad67a

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
POST http://localhost:8080/ship-order
2+
3+
###
4+
5+
POST http://localhost:8080/ship-unconfirmed-order
6+
7+
###
8+
9+
GET http://localhost:8080/all-orders
10+
11+
###

0 commit comments

Comments
 (0)