mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
use Chi Router instead of Chi Mux.
This commit is contained in:
@ -5,5 +5,5 @@ import (
|
||||
)
|
||||
|
||||
type ApiManager interface {
|
||||
Mount(r *chi.Mux)
|
||||
Route(r chi.Router)
|
||||
}
|
||||
|
Reference in New Issue
Block a user