fix(log.get): only usable by admins
This commit is contained in:
parent
a048698c66
commit
1897a7ada3
@ -19,6 +19,7 @@ get.description = 'returns logs list for one namespace'
|
||||
get.params = {
|
||||
namespace: { type: 'string' }
|
||||
}
|
||||
get.permission = 'admin'
|
||||
|
||||
// -------------------------------------------------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user