mirror of
https://github.com/ReVanced/revanced-api.git
synced 2026-01-17 08:23:59 +00:00
feat: Add local ReVanced API server
This commit is contained in:
@@ -44,6 +44,11 @@ internal fun Application.configureOpenAPI() {
|
|||||||
url = URI("https://api.revanced.app"),
|
url = URI("https://api.revanced.app"),
|
||||||
description = "ReVanced API server.",
|
description = "ReVanced API server.",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
servers += Server(
|
||||||
|
url = URI("http://localhost:8888"),
|
||||||
|
description = "Local ReVanced API server.",
|
||||||
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user