We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e377e6 commit b9d8250Copy full SHA for b9d8250
static/index.html
@@ -17,7 +17,9 @@ <h1>Tiny Koa</h1>
17
<button id="fetchData">Fetch Data</button>
18
<br>
19
<a href="javascript:fetch(`${host}/api/foo/123`)">http://localhost:8600/api/foo/123</a>
20
+ <br>
21
<a href="javascript:fetch(`${host}/api/bar`)">http://localhost:8600/api/bar</a>
22
23
<a href="http://localhost:8600/page/tpl" target="_blank">http://localhost:8600/page/tpl</a>
24
</body>
25
<script src="./script.js"></script>
0 commit comments