Skip to content
Snippets Groups Projects
Commit fc8c2d8e authored by Allen Gilliland's avatar Allen Gilliland
Browse files

api endpoint for logged in password update is different in clojure app.

parent c11dfa27
Branches
Tags
No related merge requests found
......@@ -695,7 +695,7 @@ CoreServices.factory('User', ['$resource', '$cookies', function($resource, $cook
}
},
update_password: {
url: '/api/user/update_password/:userId',
url: '/api/user/:userId/password',
method: 'PUT',
params: {
'userId': '@id'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment