Revert part of 5381a6b32d
This commit is contained in:
parent
abc10ff02e
commit
14f45ac86b
|
@ -52,6 +52,8 @@ void setup() {
|
|||
request->send(200, "text/plain", "Was there ever anything here?");
|
||||
});
|
||||
|
||||
server.onNotFound(notFound);
|
||||
|
||||
|
||||
server.begin();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue