Skip to content

Commit

Permalink
Added appcontroller to allow public access
Browse files Browse the repository at this point in the history
  • Loading branch information
Globegitter committed May 15, 2015
1 parent b567b59 commit 74382c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion generate/templates/server/config/policies.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ module.exports.policies = {
***************************************************************************/

'*': "hasToken",

AppController: {
'serve': true
},
UserController: {
"create": true,
},
Expand Down

0 comments on commit 74382c4

Please sign in to comment.