This commit is contained in:
Tom Moor
2018-11-11 21:17:03 -08:00
parent c81135c09e
commit 61138ff4fa
7 changed files with 9 additions and 12 deletions

View File

@ -70,7 +70,6 @@ router.get('/', async ctx => {
const subdomain = domain ? domain.subdomain : undefined;
const accessToken = ctx.cookies.get('accessToken');
console.log('accessToken', accessToken);
ctx.set('Cache-Control', 'no-cache');
if (accessToken) {