[go: nahoru, domu]

Skip to content

Commit

Permalink
removed extra back-tics from last spring-data example command
Browse files Browse the repository at this point in the history
  • Loading branch information
shallada committed Aug 3, 2020
1 parent 0e6e18b commit bd5407c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,5 +276,5 @@ curl -X DELETE "http://localhost:8081/api/orders/delete/product-from-order?order

Delete order with order_id = 123e4567-e89b-12d3-a456-556642440000
```
curl -X DELETE "http://localhost:8081/api/orders/delete/order?orderId=123e4567-e89b-12d3-a456-556642440000"```
curl -X DELETE "http://localhost:8081/api/orders/delete/order?orderId=123e4567-e89b-12d3-a456-556642440000"
```

0 comments on commit bd5407c

Please sign in to comment.