mirror of
https://github.com/InvertGeek/MixFile.git
synced 2026-06-09 16:07:42 +08:00
Update DownloadRoute.kt
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user