From ca7403ccab11b53c223c758209bda7fca85fee6f Mon Sep 17 00:00:00 2001 From: Tommi Reiman Date: Fri, 30 Aug 2019 13:11:22 +0300 Subject: [PATCH] Optionally run the app with aleph --- examples/http-swagger/src/example/server.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/http-swagger/src/example/server.clj b/examples/http-swagger/src/example/server.clj index b768af9f..4f4676af 100644 --- a/examples/http-swagger/src/example/server.clj +++ b/examples/http-swagger/src/example/server.clj @@ -146,6 +146,7 @@ (defn start [] (jetty/run-jetty #'app {:port 3000, :join? false, :async true}) + ;(aleph/start-server (aleph/wrap-ring-async-handler #'app) {:port 3000}) (println "server running in port 3000")) (comment