mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
File path fixes
This commit is contained in:
parent
2816347cbd
commit
e0b9d4e09f
7 changed files with 19 additions and 17 deletions
|
@ -25,6 +25,7 @@ const logger = require('./utils/logger.js')
|
|||
const qmining = require('./modules/qmining.js').app
|
||||
const main = require('./modules/main.js').app
|
||||
const sio = require('./modules/sio.js').app
|
||||
const stuff = require('./modules/stuff.js').app
|
||||
|
||||
const port = 8080
|
||||
|
||||
|
@ -54,6 +55,7 @@ const port = 8080
|
|||
express()
|
||||
.use(vhost('qmining.frylabs.net', qmining))
|
||||
.use(vhost('sio.frylabs.net', sio))
|
||||
.use(vhost('stuff.frylabs.net', stuff))
|
||||
.use(vhost('frylabs.net', main))
|
||||
.use(vhost('qmining.tk', qmining))
|
||||
.listen(port)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue