Add WebUI and ingame route, update Configuration and DefaultConfiguration for UI integration
This commit is contained in:
12
knockoutwhistweb/app/controllers/WebUI.scala
Normal file
12
knockoutwhistweb/app/controllers/WebUI.scala
Normal file
@@ -0,0 +1,12 @@
|
||||
package controllers
|
||||
|
||||
import de.knockoutwhist.ui.UI
|
||||
|
||||
object WebUI extends UI {
|
||||
|
||||
override def initial: Boolean = true
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user