From 8272b651e37d6bdbda471f4e2da9ff3f3427974a Mon Sep 17 00:00:00 2001 From: Joel Kaasinen Date: Fri, 17 Mar 2023 14:58:28 +0200 Subject: [PATCH] doc: examples/ring-malli-swagger: share tags between swagger&openapi --- examples/ring-malli-swagger/src/example/server.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/ring-malli-swagger/src/example/server.clj b/examples/ring-malli-swagger/src/example/server.clj index a213edaa..b7ab91b4 100644 --- a/examples/ring-malli-swagger/src/example/server.clj +++ b/examples/ring-malli-swagger/src/example/server.clj @@ -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"