StopProcess 요청 추가

This commit is contained in:
2023-05-22 15:40:01 +09:00
parent ca389dfb5c
commit 4724e7ac31
3 changed files with 37 additions and 11 deletions

View File

@ -41,7 +41,7 @@ func NewHoustonHandler() HoustonServerWithHandler {
}
func (h *houstonHandler) RegisterHandlers(serveMux *http.ServeMux, prefix string) error {
serveMux.Handle(path.Join(prefix, "houston"), h)
serveMux.Handle("/"+path.Join(prefix, "houston"), h)
return nil
}