mirror of
https://github.com/revanced/revanced-api.git
synced 2025-04-29 22:24:31 +02:00
feat: Add local ReVanced API server
This commit is contained in:
parent
17ecf58e55
commit
cd5d57f8f8
@ -44,6 +44,11 @@ internal fun Application.configureOpenAPI() {
|
||||
url = URI("https://api.revanced.app"),
|
||||
description = "ReVanced API server.",
|
||||
)
|
||||
|
||||
servers += Server(
|
||||
url = URI("http://localhost:8888"),
|
||||
description = "Local ReVanced API server.",
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user