forked from a/lifeto-shop
This commit is contained in:
parent
6ec2179931
commit
6a599f41b6
|
@ -90,5 +90,6 @@ func (h *Handler) handleSite(w http.ResponseWriter, r *http.Request) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
log.Printf("starting with config: %+v", Config)
|
||||||
http.ListenAndServe(":"+Config.Port, &Handler{})
|
http.ListenAndServe(":"+Config.Port, &Handler{})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue