mod_http_stats_stream/example.html: Update path to reflect last minute rename
authorKim Alvefur <zash@zash.se>
Wed, 04 Jan 2017 09:41:27 +0100
changeset 2437 1908e7aefca9
parent 2436 47a6f01231b2
child 2438 a43242289fce
mod_http_stats_stream/example.html: Update path to reflect last minute rename
mod_http_stats_stream/example.html
--- a/mod_http_stats_stream/example.html	Wed Jan 04 09:18:34 2017 +0100
+++ b/mod_http_stats_stream/example.html	Wed Jan 04 09:41:27 2017 +0100
@@ -8,7 +8,7 @@
 <h1>Glorious statistics!</h1>
 <script>
 
-var evtSource = new EventSource("/streamstats");
+var evtSource = new EventSource("/stats_stream");
 
 evtSource.addEventListener("stats-full", function(e) {
 	var initial_stats = JSON.parse(e.data);