mirror of
https://github.com/ReVanced/revanced-api.git
synced 2026-01-20 09:53:56 +00: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