Closed jcthalys closed 6 years ago
You have an error in your code. You've written:
(def app
(wrap-defaults app-routes api-defaults))
(def http-server
(jetty-server {:app app, :port 3000}))
But the README says:
(def app
{:handler handler})
(def http-server
(jetty-server {:app app, :port 3000}))
Yes, that's work! Sorry, and thank you for always helping and responding quickly
No problem
Is there something wrong with my config or it's really a bug because I tried as discribed in the README.md
And
And when a try connect