1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 23:24:09 +00:00

added basic index.html to endpoints example

This commit is contained in:
Rene Schallner 2023-01-14 16:49:02 +01:00
parent 80185931c5
commit 0b4df3330b

View file

@ -0,0 +1,7 @@
<html>
<body>
<p><a href="/user/1">Show example user 1</a></p>
<p><a href="/user/2">Show example user 2</a></p>
<p><a href="/user/2">Show ALL users</a></p>
</body>
</html>