From b6cd773afd0ac45fe5ae456ab087273d2a9752cf Mon Sep 17 00:00:00 2001 From: Thierry Vuilleumier <thierry.vuilleumier@etu.hesge.ch> Date: Sun, 3 Feb 2019 23:05:09 +0100 Subject: [PATCH] html for Event log --- services/src/main/resources/static/demo.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/src/main/resources/static/demo.html b/services/src/main/resources/static/demo.html index 04ec835..b3f09b6 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> --> -- GitLab