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