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.
 
 

11 lines
516 B

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