From 85ea4e995a75abe061f6fc375ea0481084dddd43 Mon Sep 17 00:00:00 2001 From: schererleander Date: Tue, 20 Jan 2026 08:34:54 +0100 Subject: initial commit --- libraries/ESP_Async_WebServer/idf_component_examples/catchall/README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 libraries/ESP_Async_WebServer/idf_component_examples/catchall/README.md (limited to 'libraries/ESP_Async_WebServer/idf_component_examples/catchall/README.md') diff --git a/libraries/ESP_Async_WebServer/idf_component_examples/catchall/README.md b/libraries/ESP_Async_WebServer/idf_component_examples/catchall/README.md new file mode 100644 index 0000000..1e09f91 --- /dev/null +++ b/libraries/ESP_Async_WebServer/idf_component_examples/catchall/README.md @@ -0,0 +1 @@ +### Basic example to show how to catch all requests and send a 404 Not Found response -- cgit v1.3.1