iotaledger / sandbox

14 stars 11 forks source link

README references incorrect URLs #3

Open todofixthis opened 7 years ago

todofixthis commented 7 years ago

README.md references URLs such as POST /commands/getNodeInfo. However, this URL format appears to be incorrect:

> curl -D- -X POST -d '{"command": "getNodeInfo"}' https://sandbox.iotatoken.com/api/v1/commands/getNodeInfo
HTTP/1.1 404 Not Found
...

404 page not found

The correct URL should be /commands/ for all commands.