Updated server and added projecticon

This commit is contained in:
Martin Donnelly 2020-05-19 10:22:27 +01:00
parent 5001bbd798
commit 2cfed3f26e
2 changed files with 3 additions and 3 deletions

BIN
projectIcon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -18,10 +18,10 @@ require('dotenv').config();
const serverPort = process.env.PORT || 3000;
const sitePath = '../live';
const sitePath = '../dist';
//app.use(cors());
//app.use(helmet());
app.use(cors());
app.use(helmet());
app.use(session({
'secret': 'Z4hc5.64X1e',