forked from me-no-dev/ESPAsyncWebServer
fix serving url with no trailing /
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
#include "StringArray.h"
|
||||
|
||||
#define DEBUGF(...) //os_printf(__VA_ARGS__)
|
||||
#define DEBUGF(...) //Serial.printf(__VA_ARGS__)
|
||||
|
||||
|
||||
class AsyncWebServer;
|
||||
|
||||
Reference in New Issue
Block a user