Skip to content
This repository was archived by the owner on Feb 9, 2018. It is now read-only.

Commit d27e094

Browse files
committed
Permanent redirect all the things
1 parent 9acb4e8 commit d27e094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ graphgists.init(app,3600*1000);
328328

329329
function forward(url, stat) {
330330
if (typeof stat === 'undefined') {
331-
stat = 302;
331+
stat = 301;
332332
}
333333
return function (req, res) {
334334
res.redirect(stat, url);

0 commit comments

Comments
 (0)