mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-11-29 18:37:41 +08:00
modify http_servlet.cpp in wizard
This commit is contained in:
parent
2f7700943b
commit
bfd0e5dd6f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user