Skip to content

Commit

Permalink
migrate user path to api/0.6 (#1494)
Browse files Browse the repository at this point in the history
refs #1493
  • Loading branch information
brianhatchl authored Jul 16, 2019
1 parent ac7bc96 commit 1d0557f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/Hoot/managers/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export default class API {

getSaveUser( userEmail ) {
const params = {
path: '/osm/user',
path: '/osm/api/0.6/user',
method: 'POST',
params: {
userEmail
Expand All @@ -147,7 +147,7 @@ export default class API {

getAllUsers() {
const params = {
path: '/osm/user/all',
path: '/osm/api/0.6/user/all',
method: 'GET'
};

Expand Down

0 comments on commit 1d0557f

Please sign in to comment.