GET /test_api/network/test
HTTP 200 OK
Content-Type: text/html; charset=utf-8
{
"message": "Hello, this is your non-resourceful route!"
}
<?xml version="1.0" encoding="UTF-8"?>
<hash>
<message>Hello, this is your non-resourceful route!</message>
</hash>
Path | Verb | Controller#Action |
---|---|---|
test | GET | test_api/network#test |