We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba2f522 commit 6f22b17Copy full SHA for 6f22b17
README.markdown
@@ -146,7 +146,7 @@ along with any named parameters you specify in your route strings.
146
Parameters are also populated from the request body on POST and PUT for JSON and XML content-types.
147
148
The Request:
149
-```curl -d '{"some_key": "some_value"}' 'http://readercity.com/json_endpoint' -H Content-Type:application/json -v```
+```curl -d '{"some_key": "some_value"}' 'http://localhost:9292/json_endpoint' -H Content-Type:application/json -v```
150
151
152
The Grape Endpoint:
0 commit comments