mirror of
https://github.com/shiroikitsu8/Bayshore_6r_legacy.git
synced 2025-01-19 17:39:00 +01:00
Update index.ts
This commit is contained in:
parent
814f1882d8
commit
d22d98fad2
@ -152,6 +152,6 @@ https.createServer({key, cert}, app).listen(PORT_BNGI, '0.0.0.0', 511, () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
// Create the API server
|
// Create the API server
|
||||||
http.createServer(apiApp).listen(PORT_API, '0.0.0.0', 511, () => {
|
http.createServer(apiApp).listen(PORT_API, '0.0.0.0', 4369, () => {
|
||||||
console.log(`API server listening on port ${PORT_API}!`);
|
console.log(`API server listening on port ${PORT_API}!`);
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user