System/Trust/Certificates - oops, there is no toggle on certs...

This commit is contained in:
Ad Schellevis 2024-03-20 10:46:02 +01:00
parent 7fa69acbdc
commit 16a6dcbd4c

View File

@ -205,10 +205,6 @@ class CertController extends ApiMutableModelControllerBase
}
return ['status' => 'failed'];
}
public function toggleAction($uuid, $enabled = null)
{
return $this->toggleBase('cert', $uuid, $enabled);
}
public function caInfoAction($caref)
{