Skip to content

Commit

Permalink
retry build
Browse files Browse the repository at this point in the history
  • Loading branch information
LarmuseauNiels committed Mar 31, 2023
1 parent a508a74 commit 7bd48c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/WebApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export class WebApi {

load() {
app.listen(3000, () => {
console.log("WebApi listening on port 3000!");
console.log("WebApi listening on port 3000");
});
}
}

0 comments on commit 7bd48c2

Please sign in to comment.