This commit is contained in:
пользователь1
2025-12-12 09:43:40 +05:00
parent 8ccb1b60f2
commit 6af0d819db
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() {
install(ContentNegotiation) {
json()
json()asd
}
configureRouting()
}