forked from loafle/openapi-generator-original
roll back clojure petstore to use petstore.json
This commit is contained in:
1
samples/client/petstore/clojure/.swagger-codegen/VERSION
Normal file
1
samples/client/petstore/clojure/.swagger-codegen/VERSION
Normal file
@@ -0,0 +1 @@
|
||||
2.2.3-SNAPSHOT
|
||||
@@ -98,7 +98,7 @@
|
||||
:form-params {}
|
||||
:content-types []
|
||||
:accepts ["application/json" "application/xml"]
|
||||
:auth-names ["petstore_auth" "api_key"]}))
|
||||
:auth-names ["api_key" "petstore_auth"]}))
|
||||
|
||||
(defn get-pet-by-id
|
||||
"Find pet by ID
|
||||
|
||||
Reference in New Issue
Block a user