mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 08:21:11 +00:00
doc: examples/ring-malli-swagger: share tags between swagger&openapi
This commit is contained in:
parent
d8e28e153b
commit
8272b651e3
1 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@
|
|||
:handler (openapi/create-openapi-handler)}}]
|
||||
|
||||
["/files"
|
||||
{:swagger {:tags ["files"]}}
|
||||
{:tags ["files"]}
|
||||
|
||||
["/upload"
|
||||
{:post {:summary "upload a file"
|
||||
|
|
@ -62,7 +62,7 @@
|
|||
(io/input-stream))})}}]]
|
||||
|
||||
["/math"
|
||||
{:swagger {:tags ["math"]}}
|
||||
{:tags ["math"]}
|
||||
|
||||
["/plus"
|
||||
{:get {:summary "plus with malli query parameters"
|
||||
|
|
|
|||
Loading…
Reference in a new issue