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 +
|
displayPort +
|
||||||
options.restApiRoot +
|
options.restApiRoot +
|
||||||
userModel.http.path +
|
userModel.http.path +
|
||||||
userModel.sharedClass.find('confirm', true).http.path +
|
userModel.sharedClass.findMethodByName('confirm').http.path +
|
||||||
'?uid=' +
|
'?uid=' +
|
||||||
options.user.id +
|
options.user.id +
|
||||||
'&redirect=' +
|
'&redirect=' +
|
||||||
|
|
Loading…
Reference in New Issue