mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
www/caddy: Fix type error in configAction of DiagnosticsController.
This commit is contained in:
committed by
Franco Fichtner
parent
68039e95fd
commit
0e178ebb64
-2
@@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user