Added a standalone page for library

This commit is contained in:
Šesták Vít
2017-06-20 01:16:32 +02:00
parent 2d0651cfc7
commit c55c37fa9a
5 changed files with 30 additions and 3 deletions

View File

@@ -22,6 +22,7 @@ POST /unsnooze/:snoozeId controllers.Application.unsnooze(s
GET /https-test/with-redirect controllers.Application.testHttps(allowRedirect: Boolean = true)
GET /https-test controllers.Application.testHttps(allowRedirect: Boolean = false)
GET /library/:depId controllers.Statistics.library(selectorOption: Option[String], depId: com.ysoft.odc.Hashes)
GET /stats/dependency-details.htmlf controllers.Statistics.dependencyDetails(selectorOption: Option[String], depPrefix: String, depId: com.ysoft.odc.Hashes)
GET /stats/affected-projects.htmlf controllers.Statistics.affectedProjects(depId: com.ysoft.odc.Hashes)
GET /stats/basic controllers.Statistics.basic(selector: Option[String] = None)