Remove Configuration object to koin

This commit is contained in:
2021-01-23 22:47:02 +01:00
parent bfc0b7e796
commit dd6433306d
4 changed files with 7 additions and 11 deletions

View File

@@ -104,7 +104,7 @@ fun Application.module(env: Env = PROD) {
}
install(EventSubscriber) {
EventNotification(this, get(), get(), get(), get(), get()).config()
EventNotification(this, get(), get(), get(), get(), get(), Configuration.exchangeNotificationName).config()
}
install(Authentication, jwtInstallation(get()))