diff --git a/contracts/http.go b/contracts/http.go index 8c40d63..585b66d 100644 --- a/contracts/http.go +++ b/contracts/http.go @@ -1,6 +1,6 @@ package contracts -type Route interface{} +type HttpRoute interface{} type HttpService interface { Serve() error