diff --git a/local.properties b/local.properties new file mode 100644 index 0000000..e8c7a7f --- /dev/null +++ b/local.properties @@ -0,0 +1,8 @@ +## This file must *NOT* be checked into Version Control Systems, +# as it contains information specific to your local configuration. +# +# Location of the SDK. This is only used by Gradle. +# For customization when using a Version Control System, please read the +# header note. +#Fri Dec 12 09:42:48 YEKT 2025 +sdk.dir=D\:\\androidstudio diff --git a/src/main/kotlin/Application.kt b/src/main/kotlin/Application.kt index 378958a..33be057 100755 --- a/src/main/kotlin/Application.kt +++ b/src/main/kotlin/Application.kt @@ -10,7 +10,7 @@ fun main(args: Array) { fun Application.module() { install(ContentNegotiation) { - json() + json()asd } configureRouting() }