Skip to content

Commit

Permalink
rename internals
Browse files Browse the repository at this point in the history
  • Loading branch information
ikitommi committed May 2, 2015
1 parent 4cc539d commit d27590f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/compojure/api/swagger.clj
Original file line number Diff line number Diff line change
Expand Up @@ -318,11 +318,11 @@
(GET* ~path {:as request#}
:no-doc true
(let [runtime-info# (rsm/get-swagger-data request#)
base-path-info# {:basePath (base-path request#)}]
base-path# {:basePath (base-path request#)}]
(ok
(let [swagger# (merge runtime-info#
~extra-info
base-path-info#
base-path#
~routes/+compojure-api-routes+)
result# (swagger2/swagger-json swagger#)]
result#)))))))
Expand Down

0 comments on commit d27590f

Please sign in to comment.