aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-07-06 01:05:26 +0200
committerPacien TRAN-GIRARD2014-07-06 01:05:26 +0200
commitf22194b52527fa19582dbb2504b50a66e303d216 (patch)
treef23bb329b264acb980ce7fe27f786b78bfc02b6b
parentc2c56a61ed723073c2c40a190646cb18a774604c (diff)
downloadwebcastor-f22194b52527fa19582dbb2504b50a66e303d216.tar.gz
Remove channel in url
-rw-r--r--webcastor.js2
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