Rename status.json
to status
This commit is contained in:
parent
a58e791a9b
commit
c88d5c9b17
@ -103,7 +103,7 @@ http_method_t http_methods[] = {
|
|||||||
{ "GET", "/webrtc", http_content, "text/html", html_webrtc_html, 0, &html_webrtc_html_len },
|
{ "GET", "/webrtc", http_content, "text/html", html_webrtc_html, 0, &html_webrtc_html_len },
|
||||||
{ "POST", "/webrtc", http_webrtc_offer },
|
{ "POST", "/webrtc", http_webrtc_offer },
|
||||||
{ "GET", "/option", camera_http_option },
|
{ "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 },
|
{ "GET", "/", http_content, "text/html", html_index_html, 0, &html_index_html_len },
|
||||||
{ "OPTIONS", "*/", http_cors_options },
|
{ "OPTIONS", "*/", http_cors_options },
|
||||||
{ }
|
{ }
|
||||||
|
@ -67,6 +67,14 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<br>
|
<br>
|
||||||
|
<li>
|
||||||
|
<a href="status"><b>/status</b></a><br>
|
||||||
|
<br>
|
||||||
|
<ul>
|
||||||
|
<li>See the JSON status of camera-streamer.</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<br>
|
||||||
<li>
|
<li>
|
||||||
The mjpg-streamer compatibility layer:<br>
|
The mjpg-streamer compatibility layer:<br>
|
||||||
<br>
|
<br>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user