Compare commits
2 Commits
d1efb92f52
...
566a4067ab
| Author | SHA1 | Date | |
|---|---|---|---|
| 566a4067ab | |||
| 8289018fd6 |
@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user