fix gopls lintings
This commit is contained in:
parent
a2e2ba39f9
commit
dd2412463b
7 changed files with 19 additions and 25 deletions
|
|
@ -47,6 +47,7 @@ func (a *API) Router() *chi.Mux {
|
|||
|
||||
r.Get("/", func(w http.ResponseWriter, r *http.Request) {
|
||||
w.Write([]byte("Hello Admin"))
|
||||
log(r).Debug("admin access")
|
||||
})
|
||||
|
||||
r.Mount("/accounts", a.Accounts.router())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue