mirror of
https://github.com/metosin/reitit.git
synced 2025-12-26 19:48:24 +00:00
Add tags to malli-example
This commit is contained in:
parent
8b374678d9
commit
62f372f0fb
1 changed files with 3 additions and 1 deletions
|
|
@ -24,7 +24,9 @@
|
|||
[["/swagger.json"
|
||||
{:get {:no-doc true
|
||||
:swagger {:info {:title "my-api"
|
||||
:description "with reitit-ring"}}
|
||||
:description "with [malli](https://github.com/metosin/malli) and reitit-ring"}
|
||||
:tags [{:name "files", :description "file api"}
|
||||
{:name "math", :description "math api"}]}
|
||||
:handler (swagger/create-swagger-handler)}}]
|
||||
|
||||
["/files"
|
||||
|
|
|
|||
Loading…
Reference in a new issue