2022-10-05 23:22:08 +03:00

13 lines
456 B
Plaintext

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