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