Update port
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 27s

This commit is contained in:
omaroughriss 2025-07-03 11:02:26 +02:00
parent e3d0764932
commit 030fd09460

View File

@ -4,7 +4,7 @@ const fetch = require('node-fetch');
// Initialisation de l'application Express
const app = express();
const PORT = process.env.PORT || 3001;
const PORT = process.env.PORT || 8080;
// Configuration CORS
const corsOptions = {