Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.

Commit

Permalink
Update console/app_serve.go
Browse files Browse the repository at this point in the history
Co-authored-by: Reindert <16726304+reindert-vetter@users.noreply.github.com>
  • Loading branch information
octoper and reindert-vetter authored Apr 12, 2021
1 parent 6ea278f commit 90aaba5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions console/app_serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ func (s AppServe) getHostAddr(app inter.App) string {
var host string
if len(s.Host) != 0 {
host = s.Host
} else {
host = "127.0.0.1"
}
return host
}
Expand Down

0 comments on commit 90aaba5

Please sign in to comment.