Berry fix compilation of webfiles (#24685)

This commit is contained in:
s-hadinger
2026-04-26 21:29:26 +02:00
committed by GitHub
parent 358c15f7a8
commit d718039a52
@@ -326,7 +326,9 @@ static int w_webfiles_serve(bvm *vm) {
.uri = registered_uri_pattern, // Use the static buffer
.method = HTTP_GET,
.handler = webfiles_handler,
#if CONFIG_HTTPD_WS_SUPPORT
.is_websocket = false,
#endif // CONFIG_HTTPD_WS_SUPPORT
.user_ctx = NULL
};