This commit is contained in:
a 2022-07-08 00:22:00 -05:00
parent 6ec2179931
commit 6a599f41b6
1 changed files with 1 additions and 0 deletions

View File

@ -90,5 +90,6 @@ func (h *Handler) handleSite(w http.ResponseWriter, r *http.Request) {
}
func main() {
log.Printf("starting with config: %+v", Config)
http.ListenAndServe(":"+Config.Port, &Handler{})
}