This commit is contained in:
2024-05-30 21:41:02 +02:00
parent 03ba14d918
commit ae5c229e4b
32 changed files with 537 additions and 344 deletions

View File

@@ -1,5 +1,6 @@
package eventDemo
import eventDemo.plugins.configureCommandHandler
import eventDemo.plugins.configureHTTP
import eventDemo.plugins.configureKoin
import eventDemo.plugins.configureRouting
@@ -22,4 +23,5 @@ fun Application.module() {
configureHTTP()
configureRouting()
configureKoin()
configureCommandHandler()
}