Removed unwanted API parameter

This commit is contained in:
Fabrice Marsaud 2015-11-24 10:42:43 +01:00
parent 084654cd3c
commit f16b993294

View File

@ -32,9 +32,6 @@ export async function getAll () {
getAll.description = 'returns all the existing group'
getAll.permission = 'admin'
getAll.params = {
id: {type: 'string'}
}
// -------------------------------------------------------------------