diff --git a/examples/http-swagger/src/example/server.clj b/examples/http-swagger/src/example/server.clj index 072eb79d..5f3d876c 100644 --- a/examples/http-swagger/src/example/server.clj +++ b/examples/http-swagger/src/example/server.clj @@ -43,7 +43,8 @@ [["/swagger.json" {:get {:no-doc true :swagger {:info {:title "my-api" - :description "swagger-docs with reitit-http"} + :description "swagger-docs with reitit-http" + :version "0.0.1"} ;; used in /secure APIs below :securityDefinitions {"auth" {:type :apiKey :in :header