1 Commits

Author SHA1 Message Date
пользователь1
6af0d819db 123 2025-12-12 09:43:40 +05:00
2 changed files with 9 additions and 1 deletions

8
local.properties Normal file
View File

@@ -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

View File

@@ -10,7 +10,7 @@ fun main(args: Array<String>) {
fun Application.module() { fun Application.module() {
install(ContentNegotiation) { install(ContentNegotiation) {
json() json()asd
} }
configureRouting() configureRouting()
} }