diff --git a/backend/src/index.ts b/backend/src/index.ts index d130f5c..94802a8 100644 --- a/backend/src/index.ts +++ b/backend/src/index.ts @@ -40,4 +40,3 @@ app.use("/api/emission", verifyCert); app.listen(process.env.PORT, () => { console.log(`🚀 Server is running on port ${process.env.PORT}`); }); -