Skip to content

Commit

Permalink
redirect with sessions works
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHvA committed Apr 1, 2022
1 parent b505f6c commit 1a1a6c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

require('https').globalAgent.options.rejectUnauthorized = false

const express = require('express')
const session = require('express-session');
Expand Down

0 comments on commit 1a1a6c8

Please sign in to comment.