️Change port

This commit is contained in:
Victor Bodinaud
2025-02-27 13:23:32 +01:00
parent 8214b3f5b8
commit 98701d91cf
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ const axios = require('axios');
const cheerio = require('cheerio');
const path = require('path');
const app = express();
const port = process.env.PORT || 4000;
const port = process.env.PORT || 2106;
// Servir les fichiers statiques
app.use(express.static('public'));