Skip to content

Commit

Permalink
changed port to 8080
Browse files Browse the repository at this point in the history
  • Loading branch information
abinba committed Apr 26, 2024
1 parent 7d33065 commit 7aa4f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ func main() {
return c.SendStatus(404)
})

app.Listen(":3000")
app.Listen(":8080")
}

0 comments on commit 7aa4f20

Please sign in to comment.