diff --git a/src/node/hooks/express/tests.js b/src/node/hooks/express/tests.js index 514390962..efc03fa48 100644 --- a/src/node/hooks/express/tests.js +++ b/src/node/hooks/express/tests.js @@ -58,7 +58,7 @@ exports.expressCreateServer = function (hook_name, args, cb) { }); args.app.get('/tests/frontend', function (req, res) { - res.redirect('/tests/frontend/'); + res.redirect('/tests/frontend/index.html'); }); }