| 79 | } |
| 80 | |
| 81 | void RequestMapper::serviceWebUI(HttpRequest &request, HttpResponse &response) |
| 82 | { |
| 83 | WebUIController().service(request, response); |
| 84 | } |
| 85 | |
| 86 | void RequestMapper::serviceV2(HttpRequest &request, HttpResponse &response) |
| 87 | { |
nothing calls this directly
no test coverage detected