mirror of
https://github.com/m1k1o/neko.git
synced 2025-05-21 13:07:04 +02:00
use Chi Router instead of Chi Mux.
This commit is contained in:
parent
a18482b54e
commit
40b986c8be
7 changed files with 13 additions and 143 deletions
|
@ -20,8 +20,6 @@ func New(
|
|||
}
|
||||
}
|
||||
|
||||
func (h *MemberHandler) Router() *chi.Mux {
|
||||
r := chi.NewRouter()
|
||||
|
||||
return r
|
||||
func (h *MemberHandler) Route(r chi.Router) {
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue