mirror of
https://github.com/metosin/reitit.git
synced 2025-12-27 20:08:25 +00:00
doc: fix example in openapi-feature docstring
This commit is contained in:
parent
23b2719be5
commit
6f72acdf32
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@
|
|||
[\"/openapi.json\"
|
||||
{:get {:no-doc true
|
||||
:openapi {:info {:title \"my-api\"}}
|
||||
:handler reitit.openapi/openapi-spec-handler}}]
|
||||
:handler (reitit.openapi/create-openapi-handler)}}]
|
||||
|
||||
[\"/plus\"
|
||||
{:get {:openapi {:tags \"math\"}
|
||||
|
|
|
|||
Loading…
Reference in a new issue