Update Gradle settings and duplicate response in Main.kt
This commit is contained in:
parent
0b30b570f0
commit
15fb6c1d28
|
|
@ -1,5 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="GradleMigrationSettings" migrationVersion="1" />
|
||||
<component name="GradleSettings">
|
||||
<option name="linkedExternalProjectsSettings">
|
||||
<GradleProjectSettings>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ExternalStorageConfigurationManager" enabled="true" />
|
||||
<component name="FrameworkDetectionExcludesConfiguration">
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ fun main() {
|
|||
routing {
|
||||
get("/") {
|
||||
call.respondText("Zora meldet: Kotlin-Service ist ONLINE auf ARM64! 🚀")
|
||||
call.respondText("Zora meldet: Kotlin-Service ist ONLINE auf ARM64! 🚀")
|
||||
}
|
||||
}
|
||||
}.start(wait = true)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user