Skip to content

Commit

Permalink
fix: Remove punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Jun 9, 2024
1 parent 601d895 commit 83b232e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/kotlin/app/revanced/api/configuration/OpenAPI.kt
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ internal fun Application.configureOpenAPI() {
).apply {
servers += Server(
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.",
description = "Local ReVanced API server",
)
}
}
Expand Down

0 comments on commit 83b232e

Please sign in to comment.