Skip to content

Commit

Permalink
style: 🎨 format code with Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 6, 2023
1 parent ae09f56 commit df49224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ app.use(
express.static(frontendPath, {
index: "home.html",
extensions: ["html"],
})
}),
);

app.use(express.urlencoded({ extended: true }));
Expand Down

0 comments on commit df49224

Please sign in to comment.