diff --git a/esp8266_deauther/esp8266_deauther.ino b/esp8266_deauther/esp8266_deauther.ino index 87e44aa..11de299 100644 --- a/esp8266_deauther/esp8266_deauther.ino +++ b/esp8266_deauther/esp8266_deauther.ino @@ -75,7 +75,6 @@ void setup() { server.onNotFound(load404); server.on("/", loadIndexHTML); - server.on("/index", loadIndexHTML); server.on("/clients", loadClientsHTML); server.on("/attack", loadAttackHTML); server.on("/settings", loadSettingsHTML);