25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

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