From: Giorgio Ravera Date: Tue, 17 Mar 2026 19:38:04 +0000 (+0100) Subject: minor changes X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=ba07459c7f154154d5ac4dbb736d28d44cb85890;p=network-manager.git minor changes --- diff --git a/backend/routes/certificates.py b/backend/routes/certificates.py index 6116890..22a34b0 100644 --- a/backend/routes/certificates.py +++ b/backend/routes/certificates.py @@ -52,9 +52,8 @@ def api_get_certificates(request: Request): raise HTTPException( status_code=status.HTTP_500_INTERNAL_SERVER_ERROR, detail={ - "code": "HOSTS_GET_ERROR", + "code": "SSL_CERTIFICATES_GET_ERROR", "status": "failure", - "message": "Internal error getting host", + "message": "Internal error getting ssl certificates", }, ) -