diff --git a/conf/routes b/conf/routes index 48da7a0..3608379 100644 --- a/conf/routes +++ b/conf/routes @@ -4,6 +4,7 @@ # Home page GET / controllers.Application.homepage() +GET /api/table controllers.Statistics.table() GET /status controllers.Application.index(versions: Map[String, Int] = Map()) GET /versions controllers.Application.index(versions: Map[String, Int]) GET /dependencies controllers.Application.dependencies(classified: Option[Boolean] = None, requiredTags: Seq[Int] ?= Seq(), noTag: Boolean ?= false)