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

@ -5,5 +5,5 @@ import (
)
type ApiManager interface {
Mount(r *chi.Mux)
Route(r chi.Router)
}