Added a forgotten route

This commit is contained in:
Šesták Vít
2017-01-31 09:53:02 +01:00
parent e4b382024d
commit e9336f7c4f

View File

@@ -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)