Remove unneeded default responses from examples

This commit is contained in:
Tommi Reiman 2020-05-27 08:31:02 +03:00
parent da7cef232c
commit aa3d38e971
5 changed files with 0 additions and 5 deletions

View file

@ -60,7 +60,6 @@
["/download"
{:get {:summary "downloads a file"
:swagger {:produces ["image/png"]}
:responses {200 {:description "image"}}
:handler (fn [_]
{:status 200
:headers {"Content-Type" "image/png"}

View file

@ -58,7 +58,6 @@
["/download"
{:get {:summary "downloads a file"
:swagger {:produces ["image/png"]}
:responses {200 {:description "image"}}
:handler (fn [_]
{:status 200
:headers {"Content-Type" "image/png"}

View file

@ -44,7 +44,6 @@
["/download"
{:get {:summary "downloads a file"
:swagger {:produces ["image/png"]}
:responses {200 {:description "image"}}
:handler (fn [_]
{:status 200
:headers {"Content-Type" "image/png"}

View file

@ -54,7 +54,6 @@
["/download"
{:get {:summary "downloads a file"
:swagger {:produces ["image/png"]}
:responses {200 {:description "image"}}
:handler (fn [_]
{:status 200
:headers {"Content-Type" "image/png"}

View file

@ -41,7 +41,6 @@
["/download"
{:get {:summary "downloads a file"
:swagger {:produces ["image/png"]}
:responses {200 {:description "image"}}
:handler (fn [_]
{:status 200
:headers {"Content-Type" "image/png"}