Refactor Match class and rename WebUI to WebUIMain; update HomeController for new UI structure
This commit is contained in:
13
knockoutwhistweb/app/di/KnockOutWebConfigurationModule.scala
Normal file
13
knockoutwhistweb/app/di/KnockOutWebConfigurationModule.scala
Normal file
@@ -0,0 +1,13 @@
|
||||
package di
|
||||
|
||||
import com.google.inject.AbstractModule
|
||||
import components.WebApplicationConfiguration
|
||||
import de.knockoutwhist.components.Configuration
|
||||
|
||||
class KnockOutWebConfigurationModule extends AbstractModule {
|
||||
|
||||
override def configure(): Unit = {
|
||||
bind(classOf[Configuration]).to(classOf[WebApplicationConfiguration])
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user