re-enabled build feed

This commit is contained in:
Brad Rydzewski
2015-10-21 16:39:43 -07:00
parent 45ee7853d0
commit 2f071bb2cf
8 changed files with 148 additions and 68 deletions

View File

@@ -62,7 +62,7 @@ func Load(middleware ...gin.HandlerFunc) http.Handler {
{
user.Use(session.MustUser())
user.GET("", controller.GetSelf)
// user.GET("/builds", controller.GetFeed)
user.GET("/feed", controller.GetFeed)
user.GET("/repos", cache.Repos, controller.GetRepos)
user.GET("/repos/remote", cache.Repos, controller.GetRemoteRepos)
user.POST("/token", controller.PostToken)