Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112
  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