Remove unused variable

This commit is contained in:
DTTerastar 2023-03-11 00:12:46 -05:00
parent 1c151d1982
commit 7a6c7abfcb
1 changed files with 0 additions and 1 deletions

View File

@ -158,7 +158,6 @@ void Init(AsyncWebServer *server) {
request->send(400, "application/json", F("{\"error\":9}"));
return;
}
const String &url = request->url();
}
request->send(200, "application/json", F("{\"success\":true}"));
});