Create clickable link. Resolve #52.
This commit is contained in:
parent
603738491f
commit
d82050d9bd
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -208,7 +208,7 @@ func main() {
|
|||
|
||||
http.Handle(pathPrefix, handler)
|
||||
|
||||
log.Info().Msgf("Listening at 0.0.0.0%v %v...", port, pathPrefix)
|
||||
log.Info().Msgf("Listening at http://0.0.0.0%v %v...", port, pathPrefix)
|
||||
if err := http.ListenAndServe(port, nil); err != nil && err != http.ErrServerClosed {
|
||||
log.Fatal().Err(err).Msg("Server startup failed")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue