Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ <h3>The following table shows values by using WebSocket</h3>
<h3>REST API examples</h3>
<ol>
<li>Set the "id 1" value to 100
<ul><li>curl "http://hiroakis.com:8888/api?id=1&amp;value=100"</li></ul>
<ul><li>curl "http://localhost:8888/api?id=1&amp;value=100"</li></ul>
</li>
<li>Set the "id 1" value to 300 ( The row No 1 will change to yellow )
<ul><li>curl "http://hiroakis.com:8888/api?id=1&amp;value=300"</li></ul>
<ul><li>curl "http://localhost:8888/api?id=1&amp;value=300"</li></ul>
</li>
<li>Set The "id 1" value to 600 ( The row No 1 will change to red )
<ul><li>curl "http://hiroakis.com:8888/api?id=1&amp;value=600"</li></ul>
<ul><li>curl "http://localhost:8888/api?id=1&amp;value=600"</li></ul>
</li>
</ol>
<ul>
Expand Down