Added list of all project, including those not included by the filter

This commit is contained in:
Šesták Vít
2017-06-15 17:30:15 +02:00
parent 79584020b2
commit 74ab645475
5 changed files with 34 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ GET /https-test/with-redirect controllers.Application.testHttps(
GET /https-test controllers.Application.testHttps(allowRedirect: Boolean = false)
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)
GET /stats/basic/*selector controllers.Statistics.basic(selector: Option[String])
GET /stats/details controllers.Statistics.vulnerabilities(selector: Option[String], tagId: Option[Int])