mirror of
https://github.com/ReVanced/revanced-api.git
synced 2026-01-10 21:36:18 +00:00
fix: Remove punctuation
This commit is contained in:
@@ -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",
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user