Add kodein di for injections and sample controller

This commit is contained in:
2020-04-11 23:11:33 +02:00
parent f3c922e417
commit cc0058892e
6 changed files with 89 additions and 4 deletions
+1 -1
View File
@@ -4,6 +4,6 @@ ktor {
port = ${?PORT}
}
application {
modules = [ be.vandewalleh.NotesApiApplicationKt.module ]
modules = [ be.vandewalleh.NotesApplicationKt.module ]
}
}