fix: Remove punctuation

This commit is contained in:
oSumAtrIX 2024-06-09 02:04:45 +02:00
parent cd5d57f8f8
commit f9cae1ea56
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -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",
)
}
}