diff --git a/app/wizard/tmpl/http/http_servlet.cpp b/app/wizard/tmpl/http/http_servlet.cpp index 08abf4b7f..fe30ec78b 100644 --- a/app/wizard/tmpl/http/http_servlet.cpp +++ b/app/wizard/tmpl/http/http_servlet.cpp @@ -4,7 +4,7 @@ http_servlet::http_servlet(acl::socket_stream* stream, acl::session* session) : acl::HttpServlet(stream, session) { - handlers_["/hello"] = &http_servlet::on_hello; + handlers_["/hello/"] = &http_servlet::on_hello; } http_servlet::~http_servlet(void)