2020-11-15 16:54:46 +03:00

10 lines
378 B
Plaintext

# Routes
# This file defines all application routes (Higher priority routes first)
# ~~~~
GET / controllers.HomeController.index
GET /ws controllers.HomeController.ws
# Map static resources from the /public folder to the /assets URL path
GET /assets/*file controllers.Assets.at(path="/public", file)