You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

13 line
477 B

  1. # Routes
  2. # This file defines all application routes (Higher priority routes first)
  3. # ~~~~
  4. GET /game controllers.GameScreenController.index(request :Request)
  5. GET /gamews controllers.GameScreenController.socket()
  6. # Map static resources from the /public folder to the /assets URL path
  7. GET /assets/*file controllers.Assets.at(path="/public", file)
  8. -> /webjars webjars.Routes