Skip to content

Commit

Permalink
ci: hourly update to backend/src/index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 17, 2025
1 parent 0f5bbac commit 4b127f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,3 @@ app.use("/api/emission", verifyCert);
app.listen(process.env.PORT, () => {
console.log(`🚀 Server is running on port ${process.env.PORT}`);
});

0 comments on commit 4b127f6

Please sign in to comment.