Skip to content

Use localhost in local index example. #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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