aretherecookies-server/sample-post.json
Bart Akeley f30715d23a get lat/long orderby and fitler from request body
- using string replacement to build the query
- using wrap-json-body middleware to get requst params
- temporarily disabled csrf protection
2017-10-21 22:01:56 -05:00

8 lines
100 B
JSON

{
"lat": 30.3033267,
"lng": -97.7286718,
"orderby": "distance",
"filter": {
"radius": 10
}
}