feat: Add GatewayModule for enhanced module configuration
This commit is contained in:
9
knockoutwhistweb/app/modules/GatewayModule.scala
Normal file
9
knockoutwhistweb/app/modules/GatewayModule.scala
Normal file
@@ -0,0 +1,9 @@
|
||||
package modules
|
||||
|
||||
import com.google.inject.AbstractModule
|
||||
|
||||
class GatewayModule extends AbstractModule {
|
||||
override def configure(): Unit = {
|
||||
bind(classOf[GatewayModule]).asEagerSingleton()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user