Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkneen authored Sep 3, 2018
1 parent d3eacf9 commit 467ef2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -462,13 +462,13 @@ Using the following config you can configure end points that will still work as
get: 'classes/locations?where={"name": "<name>"}'
}, {
name: "updateLocation",
put: "classes/locations/<objectId>"
put: "classes/locations/<id>"
}, {
name: "createLocation",
post: "classes/locations/"
}, {
name: "deleteLocation",
delete: "classes/locations/<objectId>"
delete: "classes/locations/<id>"
}]
```

Expand Down

0 comments on commit 467ef2a

Please sign in to comment.