www/caddy: Fix type error in configAction of DiagnosticsController.

This commit is contained in:
Monviech
2024-06-17 20:38:50 +02:00
committed by Franco Fichtner
parent 68039e95fd
commit 0e178ebb64
@@ -61,8 +61,6 @@ class DiagnosticsController extends ApiMutableModelControllerBase
$this->response->setContentType('application/json', 'UTF-8');
// Encode and set the content
$this->response->setContent(json_encode($response, JSON_PRETTY_PRINT));
return $this->response;
}
/**