Merge branch 'graph-api' of https://github.com/lebauce/aptly into lebauce-graph-api

This commit is contained in:
Andrey Smirnov
2015-01-13 19:04:07 +03:00
4 changed files with 186 additions and 117 deletions
+4
View File
@@ -52,5 +52,9 @@ func Router(c *ctx.AptlyContext) http.Handler {
root.DELETE("/publish/:prefix/:distribution", apiPublishDrop)
}
{
root.GET("/graph", apiGraph)
}
return router
}