From 4a4116b8158651cd74d0f55ef1a6e29479ec48c4 Mon Sep 17 00:00:00 2001 From: David D'ALMEIDA Date: Fri, 24 Mar 2023 09:38:13 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'src/Api/src/index.?= =?UTF-8?q?ts'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Api/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) );