Remove dead code
This commit is contained in:
@@ -2,15 +2,9 @@ package be.vandewalleh.features
|
||||
|
||||
import be.vandewalleh.auth.authenticationModule
|
||||
import io.ktor.application.Application
|
||||
import org.kodein.di.Kodein
|
||||
import org.kodein.di.KodeinAware
|
||||
|
||||
fun Application.features() {
|
||||
corsFeature()
|
||||
contentNegotiationFeature()
|
||||
authenticationModule()
|
||||
}
|
||||
|
||||
abstract class Feature(override val kodein: Kodein) : KodeinAware {
|
||||
abstract fun execute()
|
||||
}
|
||||
Reference in New Issue
Block a user