fix indentation

This commit is contained in:
me-no-dev 2016-11-21 17:44:46 +02:00
parent 3cfb65f04d
commit 3e6e890808
1 changed files with 2 additions and 2 deletions

View File

@ -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: