mirror of
https://github.com/typicode/json-server.git
synced 2025-07-31 14:12:38 +08:00
Fix invalid HTML, Improve formatting (#422)
This commit is contained in:
@ -26,19 +26,17 @@
|
||||
<p>
|
||||
Here are the resources that JSON Server has loaded:
|
||||
</p>
|
||||
<p>
|
||||
<ul id="resources">loading, please wait...</ul>
|
||||
</p>
|
||||
|
||||
<ul id="resources">loading, please wait...</ul>
|
||||
|
||||
<p>
|
||||
You can view database current state at any time:
|
||||
<ul>
|
||||
<li>
|
||||
<a href="db">db</a>
|
||||
</li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<a href="db">db</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
You can use any HTTP verbs (GET, POST, PUT, PATCH and DELETE) and access your resources from anywhere
|
||||
using CORS and JSONP.
|
||||
|
Reference in New Issue
Block a user