Update wazuh-api.js

This commit is contained in:
Manuel Albarral 2017-07-03 08:41:48 +02:00 committed by GitHub
parent ad836a76a3
commit 2d627cfeb8

View File

@ -576,4 +576,5 @@ module.exports = function (server, options) {
path: '/api/wazuh-api/updateApiHostname/{id}',
handler: updateApiHostname
});
};
};