mirror of
https://github.com/metosin/reitit.git
synced 2025-12-21 10:01:11 +00:00
update swagger-ui path, fixes #93
This commit is contained in:
parent
578cad797e
commit
5e5345bf63
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@
|
||||||
"application/transit+json"}}}})
|
"application/transit+json"}}}})
|
||||||
(ring/routes
|
(ring/routes
|
||||||
(swagger-ui/create-swagger-ui-handler
|
(swagger-ui/create-swagger-ui-handler
|
||||||
{:path "", :url "/api/swagger.json"})
|
{:path "/", :url "/api/swagger.json"})
|
||||||
(ring/create-default-handler))))
|
(ring/create-default-handler))))
|
||||||
|
|
||||||
(defn start []
|
(defn start []
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue