1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

F #5422: fix error

Signed-off-by: Jorge Lobo <jlobo@opennebula.io>
This commit is contained in:
Jorge Lobo 2021-07-01 15:36:26 +02:00
parent 22c7531922
commit 8d8245b68a
No known key found for this signature in database
GPG Key ID: 9C21660F7B06905E

View File

@ -34,7 +34,7 @@ const Actions = {
ZONE_INFO,
ZONE_RAFTSTATUS,
ZONEPOOL_INFO
};
}
module.exports = {
Actions,
@ -110,7 +110,7 @@ module.exports = {
httpMethod: GET,
params: {}
},
[ZONE_POOL_INFO]: {
[ZONEPOOL_INFO]: {
// inspected
httpMethod: GET,
params: {}