Skip to content

Commit

Permalink
Merge branch 'main' of github.com:michaelbrusegard/NiclasNordlundPhot…
Browse files Browse the repository at this point in the history
…ography

* 'main' of github.com:michaelbrusegard/NiclasNordlundPhotography:
  style: 🎨 format code with Prettier
  • Loading branch information
michaelbrusegard committed Oct 6, 2023
2 parents 138f9b7 + df49224 commit 9907434
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 9907434

Please sign in to comment.