Remove unused variable
This commit is contained in:
parent
1c151d1982
commit
7a6c7abfcb
|
@ -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}"));
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue