Skip to content

Commit

Permalink
Formattage
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Feb 4, 2024
1 parent ce0a8cf commit d62c779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/serveur.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ app.get("/adresses", async (_request, response) => {
const port = process.env.PORT || 8000;
app.listen(port);
*/
*/

0 comments on commit d62c779

Please sign in to comment.