minors changes
This commit is contained in:
@@ -116,7 +116,7 @@ dependencies {
|
||||
|
||||
testImplementation("io.kotest:kotest-extensions-koin:$kotest_version")
|
||||
testImplementation("org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version")
|
||||
testImplementation("io.ktor:ktor-server-test-host-jvm:2.3.11")
|
||||
testImplementation("io.ktor:ktor-server-test-host-jvm:$ktor_version")
|
||||
testImplementation("io.kotest:kotest-runner-junit5:$kotest_version")
|
||||
testImplementation("io.mockk:mockk:1.13.17")
|
||||
}
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
ktor {
|
||||
deployment {
|
||||
port = 8080
|
||||
host = 0.0.0.0
|
||||
}
|
||||
application {
|
||||
modules = [ eventDemo.configuration.ConfigureKt.configure ]
|
||||
|
||||
Reference in New Issue
Block a user