diff options
-rw-r--r-- | webcastor.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webcastor.js b/webcastor.js index afbfcd4..8dabe52 100644 --- a/webcastor.js +++ b/webcastor.js | |||
@@ -159,7 +159,7 @@ var Server = { | |||
159 | 159 | ||
160 | res.render('channel', { | 160 | res.render('channel', { |
161 | channel : channelName, | 161 | channel : channelName, |
162 | url : req.protocol + '://' + req.host + '/' + channelName, | 162 | url : req.protocol + '://' + req.host + '/', |
163 | }); | 163 | }); |
164 | }); | 164 | }); |
165 | 165 | ||