mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2024-11-21 15:53:53 +00:00
small adaptation
This commit is contained in:
parent
a50eda366d
commit
73064db226
@ -63,10 +63,7 @@ suspend fun main(vararg args: String) {
|
||||
val bot = telegramBot(telegramBotAPIUrlsKeeper)
|
||||
createKtorServer(
|
||||
"0.0.0.0",
|
||||
args.getOrNull(2) ?.toIntOrNull() ?: 8080,
|
||||
additionalEngineEnvironmentConfigurator = {
|
||||
parentCoroutineContext += Dispatchers.IO
|
||||
}
|
||||
args.getOrNull(2) ?.toIntOrNull() ?: 8080
|
||||
) {
|
||||
routing {
|
||||
val baseJsFolder = File("WebApp/build/dist/js/")
|
||||
|
@ -9,4 +9,4 @@ kotlin_version=2.0.21
|
||||
telegram_bot_api_version=19.0.0
|
||||
micro_utils_version=0.23.0
|
||||
serialization_version=1.7.3
|
||||
ktor_version=3.0.0
|
||||
ktor_version=3.0.1
|
||||
|
Loading…
Reference in New Issue
Block a user