feat: Access Logging on the user server
Closes: #98 Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
This commit is contained in:
@@ -32,7 +32,7 @@ type SwappableMux struct {
|
||||
|
||||
func New() *SwappableMux {
|
||||
return &SwappableMux{
|
||||
root: mux.NewRouter(),
|
||||
root: gorillize([]model.Route{}, handlerBuilder),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user