Update DownloadRoute.kt

This commit is contained in:
Evan You
2025-05-08 15:08:46 +08:00
parent 8e55f4cfb6
commit 5600c95d88

View File

@@ -24,10 +24,8 @@ import kotlinx.coroutines.Deferred
import kotlinx.coroutines.async
import kotlinx.coroutines.awaitAll
import kotlinx.coroutines.coroutineScope
import kotlin.io.encoding.ExperimentalEncodingApi
@OptIn(ExperimentalEncodingApi::class)
fun MixFileServer.getDownloadRoute(): RoutingHandler {
return route@{
val param = call.parameters