Changed port

This commit is contained in:
MrFry
2020-03-08 14:59:51 +01:00
parent f26d61a209
commit bee70b5f8a
2 changed files with 2 additions and 2 deletions

View File

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