getUrl -> url consistency

test improvements
This commit is contained in:
Tom Moor
2018-11-04 00:59:52 -07:00
parent 8de074b275
commit 6391474d14
16 changed files with 49 additions and 21 deletions

View File

@ -92,7 +92,7 @@ router.get('/', async ctx => {
);
}
ctx.redirect(process.env.URL);
ctx.redirect(`${process.env.URL}?notice=invalid-auth`);
return;
}