Skip to content

Commit

Permalink
feat: Add local ReVanced API server
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Jun 9, 2024
1 parent aafc828 commit 601d895
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/kotlin/app/revanced/api/configuration/OpenAPI.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
)
}
}

Expand Down

0 comments on commit 601d895

Please sign in to comment.