asteroid-cookies/conf/routes
François Pelletier f7abfc4902 commit initial
2024-09-08 20:37:07 -04:00

11 lines
523 B
Text

# Routes
# This file defines all application routes (Higher priority routes first)
# https://www.playframework.com/documentation/latest/ScalaRouting
# ~~~~
# An example controller showing a sample home page
GET / controllers.HomeController.index()
# Map static resources from the /public folder to the /assets URL path
GET /assets/*file controllers.Assets.versioned(path="/public", file: Asset)
GET /game controllers.AsteroidGameController.game()