Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 

13 wiersze
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