You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
README.md suggests to POST the JSON to /modifiers, but the example shows the request to /configure
To configure Martian, POST the JSON to http://martian.proxy/modifiers. You'll want to use whatever mechanism your language of choice provides you to make HTTP requests, but for demo purposes, curl works (assuming your configuration is in a file called modifier.json).
README.md suggests to POST the JSON to
/modifiers
, but the example shows the request to/configure
The text was updated successfully, but these errors were encountered: