Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttrinh committed Jan 4, 2024
1 parent f301398 commit ea37a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create/src/recipes/express/template/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ app.get("/", requireAuth, async (req: AuthRequest, res) => {
});

app.listen(PORT, () => {
console.log("Listening on http://localhost:${PORT}");
console.log(`Listening on http://localhost:${PORT}`);
});

0 comments on commit ea37a7d

Please sign in to comment.