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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user