Testing push image
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 29s

This commit is contained in:
omaroughriss 2025-07-15 12:37:41 +02:00
parent b191e5f7b2
commit bcc3c5962b

View File

@ -2,7 +2,7 @@ const express = require('express');
const cors = require('cors');
const fetch = require('node-fetch');
// Initialisation de l'application Express
// Initialisation de l'application
const app = express();
const PORT = process.env.PORT || 3001;