Skip to content

Commit

Permalink
Update server.go
Browse files Browse the repository at this point in the history
  • Loading branch information
p-shubh authored Jun 26, 2024
1 parent 6d9d758 commit b640d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func Router() {
})
})
Routes(router)
router.Run(":8080") // listen and serve on 0.0.0.0:808
router.Run(":9090") // listen and serve on 0.0.0.0:808
}

func Routes(r *gin.Engine) {
Expand Down

0 comments on commit b640d6b

Please sign in to comment.