diff --git a/components/protocols/src/rest.c b/components/protocols/src/rest.c index e3cf77e..07ab98c 100755 --- a/components/protocols/src/rest.c +++ b/components/protocols/src/rest.c @@ -881,7 +881,7 @@ esp_err_t rest_init(const char *base_path) // URI handler for getting web server files httpd_uri_t common_get_uri = { - .uri = "/", + .uri = "/*", .method = HTTP_GET, .handler = rest_common_get_handler, .user_ctx = rest_context