fix repocard issues

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2020-11-02 13:19:39 +03:00
parent 416fe5e4c8
commit f7037b4077
11 changed files with 21 additions and 16 deletions

View File

@@ -18,7 +18,7 @@ func (r *apiRouter) String() string {
return "api"
}
// Router is a hack for API routing
// New router is a hack for API routing
func New(srvs []*registry.Service) router.Router {
var routes []router.Route