summaryrefslogtreecommitdiff
path: root/contrib/playlib/test/resources/invalidsub/core/conf/sub.routes
blob: 9c844a4a53089d6ba141fb28769638b4da4e03a1 (plain) (blame)
1
2
3
GET        /                    controllers.SubController.index
GET        /assets/*file        controllers.Assets.versioned(path="/public/sub", file: Asset)
BOB        =error               controllers.HomeController.error(foo)