From: Giorgio Ravera Date: Fri, 30 Jan 2026 20:49:56 +0000 (+0100) Subject: fixed spaces X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=61a819dacfbecf96a0cf367842b348a9fd0d6819;p=network-manager.git fixed spaces --- diff --git a/backend/routes/dhcp.py b/backend/routes/dhcp.py index 3d53e0d..37f0b5f 100644 --- a/backend/routes/dhcp.py +++ b/backend/routes/dhcp.py @@ -26,7 +26,7 @@ async def apt_dhcp_reload(request: Request): end_ns = time.monotonic_ns() took_ms = (end_ns - start_ns) - return { + return { "code": "DHCP_RELOAD_OK", "status": "success", "message": "DHCP configuration reload successfully", diff --git a/backend/routes/dns.py b/backend/routes/dns.py index cdd9efe..fb133a7 100644 --- a/backend/routes/dns.py +++ b/backend/routes/dns.py @@ -26,7 +26,7 @@ async def apt_dns_reload(request: Request): end_ns = time.monotonic_ns() took_ms = (end_ns - start_ns) - return { + return { "code": "DNS_RELOAD_OK", "status": "success", "message": "DNS configuration reload successfully",