Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vijeyash1 committed Sep 10, 2023
1 parent 13c1542 commit b5ee77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ func EnableProfile(r *gin.Engine) {
func StartServer() {
r := gin.Default()
EnableProfile(r)
log.Fatal(r.Run(":6060"))
log.Fatal(r.Run(":8080"))
}

0 comments on commit b5ee77e

Please sign in to comment.