1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-03 21:10:05 +00:00

fix: recreate crashed session

This commit is contained in:
Saad Jutt
2022-01-06 23:12:44 +05:00
parent cd838915fd
commit 6cbc657da3
2 changed files with 19 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ const app = express()
const { MODE, CORS, PORT_WEB } = process.env
const whiteList = [
`http://localhost:${PORT_WEB ?? 3000}`,
'https://sas.analytium.co.uk:8343/'
'https://sas.analytium.co.uk:8343'
]
if (MODE?.trim() !== 'server' || CORS?.trim() === 'enable') {