mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2025-11-19 12:46:31 +00:00
Change default port to 10412
This commit is contained in:
parent
c573a5ac3e
commit
41e860facb
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ const {setInstance} = require("pinski/plugins")
|
|||
await require("./api/utils/upgradedb")()
|
||||
|
||||
const server = new Pinski({
|
||||
port: 8080,
|
||||
port: 10412,
|
||||
relativeRoot: __dirname,
|
||||
filesDir: "html"
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue