Merge pull request #163 from ragestudio/dev

This commit is contained in:
srgooglo 2025-07-04 16:46:42 +02:00 committed by GitHub
commit 08b0f91f36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,6 +11,7 @@ export default class API extends Server {
static routesPath = `${__dirname}/routes`
static listenPort = process.env.HTTP_LISTEN_PORT ?? 3008
static bypassCors = true
static useMiddlewares = ["logs"]
static websockets = {