diff --git a/services/src/main/resources/static/demo.html b/services/src/main/resources/static/demo.html index 04ec835720143021f5a8d3d09c52ebc6e2fb74d3..b3f09b6a9a2de9104f74f21607145a180c1358a9 100644 --- a/services/src/main/resources/static/demo.html +++ b/services/src/main/resources/static/demo.html @@ -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> -->