Skip to content

Commit 8d0bd26

Browse files
authored
updated default redirection
1 parent ee10fc9 commit 8d0bd26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if (CONFIG.allowedOrigins) {
3737
}
3838
app.disable( 'x-powered-by' );
3939
app.use(function(req, res, next) {
40-
res.setHeader('X-Powered-By', 'Iframely');
40+
res.setHeader('X-Powered-By', 'plane.so');
4141
next();
4242
});
4343

@@ -170,7 +170,7 @@ if (process.env.NODE_ENV !== 'test') {
170170
}
171171

172172
app.get('/', function(req, res) {
173-
res.writeHead(302, { Location: 'http://iframely.com'});
173+
res.writeHead(302, { Location: 'https://plane.so'});
174174
res.end();
175175
});
176176

0 commit comments

Comments
 (0)