Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

routes 477 B

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