From f9fa369457d0dfe728fcd83ee2304fb19c6ef4b1 Mon Sep 17 00:00:00 2001 From: huangxin Date: Wed, 7 Dec 2022 15:59:45 +0800 Subject: [PATCH] =?UTF-8?q?OCT=201.=20=E6=9B=B4=E6=AD=A3DHCP=20HTTP=20?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- srcs/open_dhcp/query.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcs/open_dhcp/query.cpp b/srcs/open_dhcp/query.cpp index aa9ef26..ad6b591 100644 --- a/srcs/open_dhcp/query.cpp +++ b/srcs/open_dhcp/query.cpp @@ -684,9 +684,9 @@ void opendhcp_init_http_server() { if (!added) { hw_http_add_route("/", opendhcp_http_info, nullptr); - hw_http_add_route("dchp/info/getuser", opendhcp_http_get_userinfo, nullptr); - hw_http_add_route("dchp/info/allusers", opendhcp_http_get_alluser, nullptr); - hw_http_add_route("dchp/config/rangeset", opendhcp_http_expand_rangeset, nullptr); + hw_http_add_route("dhcp/info/getuser", opendhcp_http_get_userinfo, nullptr); + hw_http_add_route("dhcp/info/allusers", opendhcp_http_get_alluser, nullptr); + hw_http_add_route("dhcp/config/rangeset", opendhcp_http_expand_rangeset, nullptr); added = TRUE; } } \ No newline at end of file