diff --git a/src/Api/src/index.ts b/src/Api/src/index.ts index 54ec830..928e60a 100644 --- a/src/Api/src/index.ts +++ b/src/Api/src/index.ts @@ -6,7 +6,7 @@ import dotenv from 'dotenv' dotenv.config(); const app = new App( [new PingController(), new SpotifyController(), new UserController()], - Number(process.env.PORT) + Number(8080) );