| Index: milo/frontend/main.go
|
| diff --git a/milo/frontend/main.go b/milo/frontend/main.go
|
| index 618a8fe9a3c2c20b9e35400caae67a89dadacd1d..be9cc766ee4d0725a4dc5f0e30801b876a2cf462 100644
|
| --- a/milo/frontend/main.go
|
| +++ b/milo/frontend/main.go
|
| @@ -67,6 +67,7 @@ func Run(templatePath string) {
|
|
|
| // PubSub subscription endpoints.
|
| r.POST("/_ah/push-handlers/buildbot", basemw, buildbot.PubSubHandler)
|
| + r.POST("/_ah/push-handlers/buildbucket", basemw, buildbucket.PubSubHandler)
|
|
|
| // pRPC style endpoints.
|
| api := prpc.Server{
|
|
|