fix(log.get): only usable by admins

This commit is contained in:
Julien Fontanet 2016-05-23 16:18:21 +02:00
parent a048698c66
commit 1897a7ada3

View File

@ -19,6 +19,7 @@ get.description = 'returns logs list for one namespace'
get.params = { get.params = {
namespace: { type: 'string' } namespace: { type: 'string' }
} }
get.permission = 'admin'
// ------------------------------------------------------------------- // -------------------------------------------------------------------