Mise à jour de 'src/Api/src/index.ts'
continuous-integration/drone/push Build is passing Details

pull/16/head
David D'ALMEIDA 2 years ago
parent 2133d4bfcb
commit 4a4116b815

@ -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)
);

Loading…
Cancel
Save