Skip to content
Snippets Groups Projects
Commit b6cd773a authored by thierry.vuilleum's avatar thierry.vuilleum
Browse files

html for Event log

parent 3b329fd8
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,9 @@
<p>DEFAULT: Supply with default values (idProduct = 1, quantity = 50) <a href="/supplyStock">/supplyStock</a></p>
<p>QUERY EXAMPLE: Supply with desired values <a href="/supplyStock?idProduct=1&quantity=30">/supplyStock?idProduct=1&quantity=30</a></p>
<h2>Events logs</h2>
<p>DEFAULT: Print the log in the spring-boot console with the default value (id = 1) <a href="/log">/log</a></p>
<p>QUERY EXAMPLE: ürint the log with desired value <a href="/log?id=2">/log?id=2</a></p>
<h2>Orders</h2>
<!-- <p>Order 2 units of product with id = 1 <a href="/order?idProduct=1&quantity=2">/order?idProduct=1&quantity=2</a></p> -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment