Skip to content

Commit ddd4d4d

Browse files
committed
fix: format
1 parent b4d8e45 commit ddd4d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ app.get("/", (req, res) => {
2929

3030
app.use("/projects", projectsRoutes);
3131

32-
app.listen(Number(port), '0.0.0.0', () => {
32+
app.listen(Number(port), "0.0.0.0", () => {
3333
console.log(`Server listening on 0.0.0.0:${port}`);
3434
});
3535

0 commit comments

Comments
 (0)