fix gopls lintings

This commit is contained in:
dhax 2025-03-05 15:41:29 +01:00
parent a2e2ba39f9
commit dd2412463b
7 changed files with 19 additions and 25 deletions

View file

@ -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())