redirect / to github page

This commit is contained in:
Roman Shtylman
2012-10-16 23:10:21 -04:00
parent 94df6990fd
commit 70a1bf9f96
2 changed files with 10 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ var upstream;
var prev_id;
(function connect_proxy() {
opt.uri = base_uri + ((prev_id) ? prev_id : '');
opt.uri = base_uri + ((prev_id) ? prev_id : '?new');
request(opt, function(err, res, body) {
if (err) {