Testing push image
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 29s
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 29s
This commit is contained in:
parent
b191e5f7b2
commit
bcc3c5962b
@ -2,7 +2,7 @@ const express = require('express');
|
|||||||
const cors = require('cors');
|
const cors = require('cors');
|
||||||
const fetch = require('node-fetch');
|
const fetch = require('node-fetch');
|
||||||
|
|
||||||
// Initialisation de l'application Express
|
// Initialisation de l'application
|
||||||
const app = express();
|
const app = express();
|
||||||
const PORT = process.env.PORT || 3001;
|
const PORT = process.env.PORT || 3001;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user