mirror of
https://github.com/metosin/reitit.git
synced 2026-01-30 17:50:33 +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\"
|
[\"/openapi.json\"
|
||||||
{:get {:no-doc true
|
{:get {:no-doc true
|
||||||
:openapi {:info {:title \"my-api\"}}
|
:openapi {:info {:title \"my-api\"}}
|
||||||
:handler reitit.openapi/openapi-spec-handler}}]
|
:handler (reitit.openapi/create-openapi-handler)}}]
|
||||||
|
|
||||||
[\"/plus\"
|
[\"/plus\"
|
||||||
{:get {:openapi {:tags \"math\"}
|
{:get {:openapi {:tags \"math\"}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue