From e9336f7c4fe964fbaa45630472eb75402bf08b4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0est=C3=A1k=20V=C3=ADt?= Date: Tue, 31 Jan 2017 09:53:02 +0100 Subject: [PATCH] Added a forgotten route --- conf/routes | 1 + 1 file changed, 1 insertion(+) 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)