Merge pull request #2039 from strongloop/remote_method
Use new strong-remoting API
This commit is contained in:
commit
632bbeec8f
|
@ -386,7 +386,7 @@ module.exports = function(User) {
|
|||
displayPort +
|
||||
options.restApiRoot +
|
||||
userModel.http.path +
|
||||
userModel.sharedClass.find('confirm', true).http.path +
|
||||
userModel.sharedClass.findMethodByName('confirm').http.path +
|
||||
'?uid=' +
|
||||
options.user.id +
|
||||
'&redirect=' +
|
||||
|
|
Loading…
Reference in New Issue