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