Qmining redirect routes, handling all pages, removed unecesary api code

This commit is contained in:
MrFry 2020-03-16 09:31:43 +01:00
parent cbdece54f8
commit 2caf368b95
5 changed files with 90 additions and 72 deletions

View file

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