Changed port back to 8080

This commit is contained in:
MrFry 2020-03-17 18:12:14 +01:00
parent 6a3593fa6e
commit 5c0a0bd42e
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@
------------------------------------------------------------------------- */
const startHTTPS = true
const port = 80
const port = 8080
const httpsport = 5001
const express = require('express')