Software /
code /
prosody-modules
Changeset
2433:1908e7aefca9
mod_http_stats_stream/example.html: Update path to reflect last minute rename
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 04 Jan 2017 09:41:27 +0100 |
parents | 2432:47a6f01231b2 |
children | 2434:a43242289fce |
files | mod_http_stats_stream/example.html |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);