From 61a819dacfbecf96a0cf367842b348a9fd0d6819 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Fri, 30 Jan 2026 21:49:56 +0100 Subject: [PATCH] fixed spaces --- backend/routes/dhcp.py | 2 +- backend/routes/dns.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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", -- 2.47.3