mirror of
https://github.com/plankanban/planka.git
synced 2025-12-24 01:11:41 +03:00
Code formatting with prettier, change eslint config for the server
This commit is contained in:
@@ -9,12 +9,12 @@
|
||||
*/
|
||||
|
||||
module.exports.policies = {
|
||||
/***************************************************************************
|
||||
* *
|
||||
* Default policy for all controllers and actions, unless overridden. *
|
||||
* (`true` allows public access) *
|
||||
* *
|
||||
***************************************************************************/
|
||||
/**
|
||||
*
|
||||
* Default policy for all controllers and actions, unless overridden.
|
||||
* (`true` allows public access)
|
||||
*
|
||||
*/
|
||||
|
||||
'*': 'is-authenticated',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user