corrected admin port

This commit is contained in:
Ulf Gebhardt 2022-01-05 20:22:55 +01:00
parent 00ecc2b999
commit 644c55b573
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -4,7 +4,7 @@ const path = require('path')
// Host & Port
const hostname = '127.0.0.1'
const port = process.env.PORT || 3000
const port = process.env.PORT || 8080
// Express Server
const app = express()