Update index.html
I changed the <li><code>GET [project url]/api/timestamp/1450137600000</code></li> line so that the link API returns the same time as it is stated. And I put the open bracket [ in front of project url because it seems to be missing that.
This commit is contained in:
parent
5cdcd62ed9
commit
2c9ffe8a38
@ -30,9 +30,8 @@
|
|||||||
|
|
||||||
<h3>Example Usage:</h3>
|
<h3>Example Usage:</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li><code>GET [project url]/api/timestamp/2015-12-25</code></li>
|
||||||
<code>GET [project url]/api/timestamp/2015-12-25</code></li>
|
<li><code>GET [project url]/api/timestamp/1451001600000</code></li>
|
||||||
<li><code>GET project url]/api/timestamp/1450137600</code></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h3>Example Output:</h3>
|
<h3>Example Output:</h3>
|
||||||
|
Loading…
Reference in New Issue
Block a user