mirror of
https://github.com/revanced/revanced-api.git
synced 2025-05-02 07:34:29 +02:00
fix: Remove punctuation
This commit is contained in:
parent
cd5d57f8f8
commit
f9cae1ea56
@ -42,12 +42,12 @@ internal fun Application.configureOpenAPI() {
|
|||||||
).apply {
|
).apply {
|
||||||
servers += Server(
|
servers += Server(
|
||||||
url = URI("https://api.revanced.app"),
|
url = URI("https://api.revanced.app"),
|
||||||
description = "ReVanced API server.",
|
description = "ReVanced API server",
|
||||||
)
|
)
|
||||||
|
|
||||||
servers += Server(
|
servers += Server(
|
||||||
url = URI("http://localhost:8888"),
|
url = URI("http://localhost:8888"),
|
||||||
description = "Local ReVanced API server.",
|
description = "Local ReVanced API server",
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user