kas/conn/twilio/twilio.go

10 lines
97 B
Go

package twilio
import (
"kas/conn/http"
)
func Start() {
http.AddRoute("/twilio", handler)
}