Add tags to malli-example

This commit is contained in:
Tommi Reiman 2020-01-10 16:25:35 +02:00
parent 8b374678d9
commit 62f372f0fb

View file

@ -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"