File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -625,11 +625,11 @@ let master_only_http_handlers = [
625625
626626let common_http_handlers = [
627627 (" get_services_xenops" , (Http_svr. FdIO Xapi_services. get_handler));
628- (" put_services_xenops" , (Http_svr. FdIO Xapi_services. get_handler ));
629- (" post_services_xenops" , (Http_svr. FdIO Xapi_services. get_handler ));
628+ (" put_services_xenops" , (Http_svr. FdIO Xapi_services. put_handler ));
629+ (" post_services_xenops" , (Http_svr. FdIO Xapi_services. post_handler ));
630630 (" get_services_sm" , (Http_svr. FdIO Xapi_services. get_handler));
631- (" put_services_sm" , (Http_svr. FdIO Xapi_services. get_handler ));
632- (" post_services_sm" , (Http_svr. FdIO Xapi_services. get_handler ));
631+ (" put_services_sm" , (Http_svr. FdIO Xapi_services. put_handler ));
632+ (" post_services_sm" , (Http_svr. FdIO Xapi_services. post_handler ));
633633 (" get_services" , (Http_svr. FdIO Xapi_services. get_handler));
634634 (" post_services" , (Http_svr. FdIO Xapi_services. post_handler));
635635 (" put_services" , (Http_svr. FdIO Xapi_services. put_handler));
You can’t perform that action at this time.
0 commit comments