feat: Implement more routes and add configuration

This commit is contained in:
oSumAtrIX
2024-01-29 03:18:31 +01:00
parent 8ae50b543e
commit 9999b242ad
15 changed files with 236 additions and 82 deletions

View File

@@ -42,6 +42,10 @@ dependencies {
implementation(libs.exposed.core)
implementation(libs.exposed.jdbc)
implementation(libs.dotenv.kotlin)
implementation(libs.ktoml.core)
implementation(libs.ktoml.file)
testImplementation(libs.ktor.server.tests)
testImplementation(libs.kotlin.test.junit)
}