Skip to content

Commit

Permalink
Fix known issues
Browse files Browse the repository at this point in the history
  • Loading branch information
AstaFrode committed Jul 22, 2022
1 parent abbe304 commit dee438f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/handler/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ func Main() {
r.DELETE("/:fid", DeletefileHandler)

// run
r.Run(configs.Confile.ServiceAddr + ":" + configs.Confile.ServicePort)
r.Run(":" + configs.Confile.ServicePort)
}

0 comments on commit dee438f

Please sign in to comment.