Graph REST API #116

This commit is contained in:
Sylvain Baubeau
2015-01-12 10:26:36 +01:00
parent 98ca0cdf33
commit 38cb6bd133
4 changed files with 186 additions and 117 deletions

View File

@@ -47,5 +47,9 @@ func Router(c *ctx.AptlyContext) http.Handler {
root.DELETE("/publish/:prefix/:distribution", apiPublishDrop)
}
{
root.GET("/graph", apiGraph)
}
return router
}