Skip to content

Commit

Permalink
Update server.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Kannan112 authored Feb 25, 2024
1 parent 08a3249 commit 7544252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ func NewServerHTTP(
}

func (sh *ServerHTTP) Start() {
sh.engine.Run(":8080")
sh.engine.Run(":8000")
}

0 comments on commit 7544252

Please sign in to comment.