mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 16:31: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"}}}})
|
||||
(ring/routes
|
||||
(swagger-ui/create-swagger-ui-handler
|
||||
{:path "", :url "/api/swagger.json"})
|
||||
{:path "/", :url "/api/swagger.json"})
|
||||
(ring/create-default-handler))))
|
||||
|
||||
(defn start []
|
||||
|
|
|
|||
Loading…
Reference in a new issue