Remove SSL Checker service

Remove the SSL Checker service from the React application, as the SSL checks are now handled by the Go backend. This involves removing the `sslCheckerService.ts` file and related imports.
This commit is contained in:
Tola Leng
2025-06-20 16:54:31 +07:00
parent d3ea5dc77c
commit 11408dcba0
6 changed files with 69 additions and 227 deletions
@@ -1,7 +1,6 @@
// This file re-exports all SSL certificate related services for backward compatibility
import {
checkSSLCertificate,
fetchSSLCertificates,
addSSLCertificate,
checkAndUpdateCertificate
@@ -17,7 +16,6 @@ import {
} from './ssl/notification';
export {
checkSSLCertificate,
determineSSLStatus,
fetchSSLCertificates,
addSSLCertificate,