diff --git a/examples/ring-swagger/src/example/server.clj b/examples/ring-swagger/src/example/server.clj index c79f0db2..17628614 100644 --- a/examples/ring-swagger/src/example/server.clj +++ b/examples/ring-swagger/src/example/server.clj @@ -84,7 +84,7 @@ (swagger-ui/create-swagger-ui-handler {:path "/" :config {:validatorUrl nil - :operationsSorter "alpha"}}) + :operationsSorter "alpha"}}) (ring/create-default-handler)))) (defn start []