mirror of
https://github.com/outline/outline.git
synced 2026-06-13 03:14:59 +03:00
wip logging domain
This commit is contained in:
@@ -24,6 +24,12 @@ router.get('slack', async ctx => {
|
||||
.toString(36)
|
||||
.substring(7);
|
||||
|
||||
console.log('>>>>>>>>>>>>>>>>>>>>>>>');
|
||||
console.log('hostname: ', ctx.request.hostname);
|
||||
console.log('<<<<<<<<<<<<<<<<<<<<<<<');
|
||||
console.log('hostname: ', ctx.request);
|
||||
console.log('<<<<<<<<<<<<<<<<<<<<<<<');
|
||||
|
||||
ctx.cookies.set('state', state, {
|
||||
httpOnly: false,
|
||||
expires: addHours(new Date(), 1),
|
||||
|
||||
Reference in New Issue
Block a user