mirror of
https://github.com/ReVanced/revanced-api.git
synced 2026-01-11 05:46:18 +00:00
fix: Fix spelling mistake
This commit is contained in:
@@ -19,7 +19,7 @@ internal fun Application.configureOpenAPI() {
|
|||||||
spec = {
|
spec = {
|
||||||
OpenApiSpec(
|
OpenApiSpec(
|
||||||
info = Info(
|
info = Info(
|
||||||
title = "Revanced API",
|
title = "ReVanced API",
|
||||||
version = applicationVersion,
|
version = applicationVersion,
|
||||||
description = "API server for ReVanced.",
|
description = "API server for ReVanced.",
|
||||||
contact = Contact(
|
contact = Contact(
|
||||||
|
|||||||
@@ -299,7 +299,7 @@ private fun Route.installAnnouncementsRouteDocumentation() = installNotarizedRou
|
|||||||
|
|
||||||
get = GetInfo.builder {
|
get = GetInfo.builder {
|
||||||
description("Get the announcements")
|
description("Get the announcements")
|
||||||
summary("Get announcement")
|
summary("Get announcements")
|
||||||
response {
|
response {
|
||||||
responseCode(HttpStatusCode.OK)
|
responseCode(HttpStatusCode.OK)
|
||||||
mediaTypes("application/json")
|
mediaTypes("application/json")
|
||||||
|
|||||||
Reference in New Issue
Block a user