update
This commit is contained in:
@@ -16,7 +16,7 @@ type Config struct {
|
||||
}
|
||||
|
||||
func Routes(r chi.Router, cfg Config) {
|
||||
app := NewApp(cfg.Render, cfg.LoginLogService)
|
||||
app := newApp(cfg.Render, cfg.LoginLogService)
|
||||
|
||||
r.Route("/login_log", func(r chi.Router) {
|
||||
r.Get("/list", app.list)
|
||||
|
||||
Reference in New Issue
Block a user