Updated server and added projecticon
This commit is contained in:
parent
5001bbd798
commit
2cfed3f26e
BIN
projectIcon.png
Normal file
BIN
projectIcon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
@ -18,10 +18,10 @@ require('dotenv').config();
|
|||||||
|
|
||||||
const serverPort = process.env.PORT || 3000;
|
const serverPort = process.env.PORT || 3000;
|
||||||
|
|
||||||
const sitePath = '../live';
|
const sitePath = '../dist';
|
||||||
|
|
||||||
//app.use(cors());
|
app.use(cors());
|
||||||
//app.use(helmet());
|
app.use(helmet());
|
||||||
|
|
||||||
app.use(session({
|
app.use(session({
|
||||||
'secret': 'Z4hc5.64X1e',
|
'secret': 'Z4hc5.64X1e',
|
||||||
|
Loading…
Reference in New Issue
Block a user