fix: incorrectly nested example
This commit is contained in:
@ -78,6 +78,7 @@ private fun Route.locationDocumentation() {
|
||||
responseCode(HttpStatusCode.OK)
|
||||
responseType<ExampleResponse>()
|
||||
description("Will return whether or not the user is real 😱")
|
||||
}
|
||||
canRespond {
|
||||
description("Bad Things Happened")
|
||||
responseCode(HttpStatusCode.InternalServerError)
|
||||
@ -86,4 +87,3 @@ private fun Route.locationDocumentation() {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user