Add WebUI and ingame route, update Configuration and DefaultConfiguration for UI integration

This commit is contained in:
2025-10-10 13:31:50 +02:00
parent d822d11acc
commit 30fb50c3b8
7 changed files with 33 additions and 28 deletions

View File

@@ -0,0 +1,12 @@
package controllers
import de.knockoutwhist.ui.UI
object WebUI extends UI {
override def initial: Boolean = true
}