1
0
mirror of https://github.com/shiroikitsu8/Bayshore_6r_legacy.git synced 2025-01-19 12:38:39 +01:00

Update index.ts

This commit is contained in:
ghkkk090 2022-09-10 10:59:45 +07:00
parent 814f1882d8
commit d22d98fad2

View File

@ -152,6 +152,6 @@ https.createServer({key, cert}, app).listen(PORT_BNGI, '0.0.0.0', 511, () => {
})
// 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}!`);
})