mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-29 18:25:47 +02:00
Fix Double Log Start
This commit is contained in:
@@ -42,8 +42,6 @@ app.get("/", (req, res) => {
|
||||
// Fonction pour démarrer le serveur
|
||||
async function startServer() {
|
||||
return new Promise((resolve, reject) => {
|
||||
logSessionStart();
|
||||
|
||||
const server = app.listen(PORT, () => {
|
||||
logger.info(`Serveur Express prêt sur http://localhost:${PORT}`);
|
||||
resolve(server);
|
||||
|
||||
Reference in New Issue
Block a user