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