diff --git a/cmd/camera-streamer/http.c b/cmd/camera-streamer/http.c
index f7fe9c7..9bb593a 100644
--- a/cmd/camera-streamer/http.c
+++ b/cmd/camera-streamer/http.c
@@ -103,7 +103,7 @@ http_method_t http_methods[] = {
{ "GET", "/webrtc", http_content, "text/html", html_webrtc_html, 0, &html_webrtc_html_len },
{ "POST", "/webrtc", http_webrtc_offer },
{ "GET", "/option", camera_http_option },
- { "GET", "/status.json", camera_status_json },
+ { "GET", "/status", camera_status_json },
{ "GET", "/", http_content, "text/html", html_index_html, 0, &html_index_html_len },
{ "OPTIONS", "*/", http_cors_options },
{ }
diff --git a/html/index.html b/html/index.html
index 0725215..8793383 100644
--- a/html/index.html
+++ b/html/index.html
@@ -67,6 +67,14 @@
+