diff options
| author | 2017-03-26 12:57:49 +1100 | |
|---|---|---|
| committer | 2017-03-26 12:57:49 +1100 | |
| commit | 6cb38b0771d189f412a7efae1e2d095b3cfa9c76 (patch) | |
| tree | f140ee3a4396f3f4079ae1aab09a694dda410848 /src/emu/http.cpp | |
| parent | 770356315a434c9465510addb96211e060f8a928 (diff) | |
srcclean (nw)
Diffstat (limited to 'src/emu/http.cpp')
| -rw-r--r-- | src/emu/http.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/http.cpp b/src/emu/http.cpp index 856f4dd0e7c..48d45e89fa1 100644 --- a/src/emu/http.cpp +++ b/src/emu/http.cpp @@ -202,7 +202,7 @@ void http_manager::update() m_server->clear(); for (auto handler : m_handlers) - { + { m_server->on_get(handler.first, [handler](auto response, auto request) { std::tuple<std::string,int, std::string> output = handler.second(request->path); |
