aboutsummaryrefslogtreecommitdiff
path: root/conf/routes
blob: 2ac6b3366eb6dc2d2224f18cfb0aacdcd19b894d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Routes
# This file defines all application routes (Higher priority routes first)
# https://www.playframework.com/documentation/latest/ScalaRouting
# ~~~~

# An example controller showing a sample home page
GET     /                           controllers.HomeController.index

# Map static resources from the /public folder to the /assets URL path
GET     /assets/*file               controllers.Assets.versioned(path="/public", file: Asset)