www/caddy: style sweep

This commit is contained in:
Franco Fichtner
2025-04-23 08:08:37 +02:00
parent 8d2972a4ac
commit 431a552718
2 changed files with 0 additions and 2 deletions
@@ -81,5 +81,4 @@ class DiagnosticsController extends ApiMutableModelControllerBase
// Return the response as an array which gets automatically encoded to JSON
return ["status" => "success", "content" => $responseArray['content']];
}
}
@@ -69,7 +69,6 @@ class ReverseProxyController extends ApiMutableModelControllerBase
foreach ((new \OPNsense\Caddy\Caddy())->reverseproxy->subdomain->iterateItems() as $subdomain) {
if (!empty($subdomain->FromDomain)) {
$result['subdomains']['items'][] = [
'value' => (string)$subdomain->getAttributes()['uuid'],
'label' => (string)$subdomain->FromDomain