first commit

This commit is contained in:
2025-10-09 10:36:56 +02:00
commit 81a1fbfdb9
21 changed files with 347 additions and 0 deletions

10
conf/routes Normal file
View File

@@ -0,0 +1,10 @@
# 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)