diff --git a/backend/src/app.ts b/backend/src/app.ts index 4f27e12..8cabcf2 100644 --- a/backend/src/app.ts +++ b/backend/src/app.ts @@ -122,7 +122,8 @@ class App { (_, res) => res.sendFile(path.join(frontendPath, 'index.html')) ); - this.eListener = this.e.listen(this.port); + this.eListener = this.e.listen(this.port, '0.0.0.0'); + } private initializeSettings() {