small fix to `heroku[router]: at=error code=H17 desc="Poorly formatted
HTTP response" method=GET path=/splash.html host=habitrpg.com fwd="" dyno=web.3 connect=1ms service=3ms status=503 bytes=0`
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ router.get('/partials/options', function(req, res) {
|
||||
// -------- Marketing --------
|
||||
|
||||
router.get('/splash.html', function(req, res) {
|
||||
res.redirect('/static/front', {env: res.locals.habitrpg});
|
||||
res.redirect('/static/front');
|
||||
});
|
||||
|
||||
router.get('/static/front', function(req, res) {
|
||||
|
||||
Reference in New Issue
Block a user