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.

10 lines
416 B

4 years ago
  1. # Routes
  2. # This file defines all application routes (Higher priority routes first)
  3. # ~~~~
  4. # Home page
  5. GET / com.example.playscalajsreact.controllers.Application.index
  6. # Prefix must match `play.assets.urlPrefix`
  7. GET /assets/*file controllers.Assets.at(file)
  8. GET /versionedAssets/*file controllers.Assets.versioned(path="/public", file: Asset)