Fix typo in sysinfo route handler
This commit is contained in:
@@ -280,7 +280,7 @@ function setRegistryConfig(req, res, next) {
|
||||
}
|
||||
|
||||
function getSysinfoConfig(req, res, next) {
|
||||
settings.getSysinfConfig(function (error, sysinfoConfig) {
|
||||
settings.getSysinfoConfig(function (error, sysinfoConfig) {
|
||||
if (error) return next(BoxError.toHttpError(error));
|
||||
|
||||
next(new HttpSuccess(200, sysinfoConfig));
|
||||
|
||||
Reference in New Issue
Block a user