mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 13:04:28 -04:00
Fix code formatting
This commit is contained in:
@ -160,8 +160,7 @@ void RequestMapper::service(HttpRequest &request, HttpResponse &response)
|
||||
QLOG_TRACE() << "X-Request-Id: " << request.getHeader("x-request-id");
|
||||
|
||||
// Browsers ask for text/html
|
||||
if (path.startsWith("/webui"))
|
||||
{
|
||||
if (path.startsWith("/webui")) {
|
||||
serviceWebUI(request, response);
|
||||
} else if (path.startsWith("/v2")) {
|
||||
serviceV2(request, response);
|
||||
|
Reference in New Issue
Block a user