use Chi Router instead of Chi Mux.

This commit is contained in:
Miroslav Šedivý 2020-11-14 18:16:25 +01:00
parent a18482b54e
commit 40b986c8be
7 changed files with 13 additions and 143 deletions

View file

@ -20,8 +20,6 @@ func New(
}
}
func (h *MemberHandler) Router() *chi.Mux {
r := chi.NewRouter()
return r
func (h *MemberHandler) Route(r chi.Router) {
}