mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-21 15:05:01 +00:00
Reinstate url hitcount (#393)
This commit is contained in:
@@ -16,7 +16,7 @@ func main() {
|
||||
service.Name("url"),
|
||||
service.Version("latest"),
|
||||
)
|
||||
h := handler.NewUrl()
|
||||
h := handler.NewUrl(srv)
|
||||
// Register handler
|
||||
pb.RegisterUrlHandler(srv.Server(), h)
|
||||
admin.RegisterAdminHandler(srv.Server(), h)
|
||||
|
||||
Reference in New Issue
Block a user