]> git.giorgioravera.it Git - network-manager.git/commitdiff
minor changes
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Tue, 17 Mar 2026 19:38:04 +0000 (20:38 +0100)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Tue, 17 Mar 2026 19:38:04 +0000 (20:38 +0100)
backend/routes/certificates.py

index 6116890a049a8d203a6aafb156b25958389aa489..22a34b0fbe9f60a70967caade59c88efa69334d2 100644 (file)
@@ -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",
             },
         )
-