mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-03-20 16:24:32 +01:00
Changed homepage to something more friendly.
This commit is contained in:
@@ -88,6 +88,10 @@ class Application @Inject() (
|
||||
}
|
||||
}
|
||||
|
||||
def homepage() = Action{
|
||||
Redirect(routes.Statistics.vulnerableLibraries(None))
|
||||
}
|
||||
|
||||
def index(versions: Map[String, Int]) = ReadAction.async{ implicit req =>
|
||||
loadSnoozes() flatMap { snoozes =>
|
||||
indexPage(versions)(snoozes, securedRequestToUserAwareRequest(req))
|
||||
|
||||
Reference in New Issue
Block a user