OCT 1. 更正DHCP HTTP 接口路径
This commit is contained in:
parent
fe0b357300
commit
f9fa369457
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue