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:
parent
80185931c5
commit
0b4df3330b
1 changed files with 7 additions and 0 deletions
7
examples/endpoints/html/index.html
Normal file
7
examples/endpoints/html/index.html
Normal 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>
|
Loading…
Add table
Reference in a new issue