aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wiki.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiki.go b/wiki.go
index f809e62..9da4fb4 100644
--- a/wiki.go
+++ b/wiki.go
@@ -45,5 +45,5 @@ func (p *Page) HTML() string {
}
func main() {
- http.ListenAndServe("localhost:8080", nil)
+ http.ListenAndServe(":8080", nil)
}