8000 Remove an unnessesary line · Tomato1107/esp32-snippets@2e5bfa1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2e5bfa1

Browse files
committed
Remove an unnessesary line
1 parent 3018c01 commit 2e5bfa1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cpp_utils/WebServer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,6 @@ void WebServer::HTTPResponse::setStatus(int status) {
540540
void WebServer::processRequest(struct mg_connection *mgConnection, struct http_message* message) {
541541
ESP_LOGD(tag, "WebServer::processRequest: Matching: %.*s", (int)message->uri.len, message->uri.p);
542542
HTTPResponse httpResponse = HTTPResponse(mgConnection);
543-
httpResponse.setRootPath(getRootPath());
544543

545544
/*
546545
* Iterate through each of the path handlers looking for a match with the method and specified path.

0 commit comments

Comments
 (0)
0