| Index: milo/frontend/main.go
|
| diff --git a/milo/frontend/main.go b/milo/frontend/main.go
|
| index e6e21e367bd9a770cddb784c1b18181668fc04ea..0d83d79eb2dc5bded2cbc153a1e47bace586c181 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{
|
|
|