Skip to content

Commit 92db940

Browse files
committed
oops, proper fix
1 parent 8fe7b7a commit 92db940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

golink.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ out:
256256
}
257257

258258
if publicPort != nil && *publicPort != 0 {
259-
go servePublic(*publicPort)
259+
go servePublic(*publicPort, httpHandler)
260260
}
261261

262262
log.Printf("Serving http://%s/ ...", *hostname)

0 commit comments

Comments
 (0)