forked from me-no-dev/ESPAsyncWebServer
fix indentation
This commit is contained in:
@@ -864,7 +864,7 @@ server.on("/scan", HTTP_GET, [](AsyncWebServerRequest *request){
|
|||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
### Remove handlers and rewrites
|
## Remove handlers and rewrites
|
||||||
|
|
||||||
Server goes through handlers in same order as they were added. You can't simple add handler with same path to override them.
|
Server goes through handlers in same order as they were added. You can't simple add handler with same path to override them.
|
||||||
To remove handler:
|
To remove handler:
|
||||||
|
Reference in New Issue
Block a user