Skip to content

Commit

Permalink
fix: examples/http-swagger
Browse files Browse the repository at this point in the history
broken by #628

fixes #634
  • Loading branch information
opqdonut committed Aug 28, 2023
1 parent b0c810a commit 7b4127b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/http-swagger/src/example/server.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit 7b4127b

Please sign in to comment.