mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 03:05:14 +00:00
Debugging
This commit is contained in:
@@ -35,7 +35,7 @@ func main() {
|
||||
}
|
||||
|
||||
// Register handler
|
||||
pb.RegisterGroupsHandler(srv.Server(), &handler.Groups{DB: db})
|
||||
pb.RegisterGroupsHandler(srv.Server(), &handler.Groups{DB: db.Debug()})
|
||||
|
||||
// Run service
|
||||
if err := srv.Run(); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user