Compare commits

..

2 Commits

View File

@ -43,6 +43,7 @@ func NewHoustonHandler() HoustonServerWithHandler {
}
func (h *houstonHandler) RegisterHandlers(serveMux *http.ServeMux, prefix string) error {
logger.Println("houstonHandler registed")
serveMux.Handle("/"+path.Join(prefix, "houston"), h)
dfsx := http.FileServer(http.Dir("./deploys"))