Merge pull request #15892 from raisedadead/feat/lb3-upgrade

feat(LoopBack): Upgrade to LoopBack 3
This commit is contained in:
Berkeley Martinez
2017-11-27 13:33:01 -08:00
committed by GitHub
6 changed files with 534 additions and 172 deletions

View File

@ -786,7 +786,6 @@ module.exports = function(User) {
User.remoteMethod(
'updateTheme',
{
isStatic: false,
description: 'updates the users chosen theme',
accepts: [
{