Update port
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 27s
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 27s
This commit is contained in:
parent
e3d0764932
commit
030fd09460
@ -4,7 +4,7 @@ const fetch = require('node-fetch');
|
|||||||
|
|
||||||
// Initialisation de l'application Express
|
// Initialisation de l'application Express
|
||||||
const app = express();
|
const app = express();
|
||||||
const PORT = process.env.PORT || 3001;
|
const PORT = process.env.PORT || 8080;
|
||||||
|
|
||||||
// Configuration CORS
|
// Configuration CORS
|
||||||
const corsOptions = {
|
const corsOptions = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user