mirror of
https://github.com/revanced/revanced-api.git
synced 2025-06-13 05:37:44 +02:00
fix: Use correct proxy path
This commit is contained in:
@ -8,7 +8,7 @@ import org.koin.ktor.ext.get
|
||||
internal fun Route.oldApiRoute() {
|
||||
val oldApiService = get<OldApiService>()
|
||||
|
||||
route(Regex("(v2|tools|contributor).*")) {
|
||||
route(Regex("/(v2|tools|contributors).*")) {
|
||||
handle {
|
||||
oldApiService.proxy(call)
|
||||
}
|
||||
|
Reference in New Issue
Block a user