del: Удалены API_DOCS.md ввиду добавления openapi.yaml спецификации
feat: CAL_ID передаётся через url параметр вместо заголовка
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
val kotlin_version: String by project
|
||||
val logback_version: String by project
|
||||
|
||||
plugins {
|
||||
kotlin("jvm") version "2.1.10"
|
||||
id("io.ktor.plugin") version "3.2.2"
|
||||
@@ -8,7 +5,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = "com.nano"
|
||||
version = "0.0.1"
|
||||
version = "0.0.2"
|
||||
|
||||
application {
|
||||
mainClass = "com.nano.ApplicationKt"
|
||||
@@ -21,7 +18,6 @@ repositories {
|
||||
|
||||
allprojects {
|
||||
repositories {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -32,9 +28,10 @@ dependencies {
|
||||
implementation("io.ktor:ktor-server-content-negotiation")
|
||||
implementation("io.ktor:ktor-serialization-kotlinx-json")
|
||||
implementation("io.ktor:ktor-server-netty")
|
||||
implementation("ch.qos.logback:logback-classic:$logback_version")
|
||||
implementation("ch.qos.logback:logback-classic:1.5.13")
|
||||
implementation("com.github.bitfireAT:dav4jvm:2.2.1")
|
||||
implementation("io.ktor:ktor-client-logging:3.2.2")
|
||||
|
||||
testImplementation("io.ktor:ktor-server-test-host")
|
||||
testImplementation("org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version")
|
||||
testImplementation("org.jetbrains.kotlin:kotlin-test-junit:2.1.10")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user