fix: examples/http-swagger

broken by #628

fixes #634
This commit is contained in:
Joel Kaasinen 2023-08-28 10:10:14 +03:00
parent b0c810a981
commit 7b4127b0f1

View file

@ -77,7 +77,7 @@
{:get {:summary "downloads a file"
:swagger {:produces ["image/png"]}
:responses {200 {:description "an image"
:content {"image/png" any?}}}
:content {"image/png" {:schema any?}}}}
:handler (fn [_]
{:status 200
:headers {"Content-Type" "image/png"}