Dominik Pschenitschni 2022-02-18 12:29:39 +01:00
parent 95390390a7
commit 98cb14a86c
No known key found for this signature in database
GPG key ID: B257AC0149F43A77
5 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@ const express = require('express')
const app = express()
const p = path.join(__dirname, '..', 'dist-dev')
const port = 5000
const port = 4173
app.use(express.static(p))
// Handle urls set by the frontend