Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Unified Diff: milo/appengine/frontend/milo.go

Issue 2674603002: milo: Export LogDog annotation stream, remove host (Closed)
Patch Set: Comments Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | milo/appengine/logdog/build.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/appengine/frontend/milo.go
diff --git a/milo/appengine/frontend/milo.go b/milo/appengine/frontend/milo.go
index 6e2f4abb57cc5b534cb05107087c9f2cd642ec9b..408cc7fa3b5fbc39353ad3c82308711e30c0b92a 100644
--- a/milo/appengine/frontend/milo.go
+++ b/milo/appengine/frontend/milo.go
@@ -61,7 +61,7 @@ func init() {
r.GET("/buildbot/:master/:builder/", basemw, settings.Wrap(buildbot.Builder{}))
// LogDog Milo Annotation Streams.
- r.GET("/logdog/build/:project/*path", basemw, settings.Wrap(&logdog.AnnotationStream{}))
+ r.GET("/logdog/build/:project/*path", basemw, settings.Wrap(&logdog.AnnotationStreamHandler{}))
// User settings
r.GET("/settings", basemw, settings.Wrap(settings.Settings{}))
« no previous file with comments | « no previous file | milo/appengine/logdog/build.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698