About routeλ︎
Note:: Write an about route and handler that gives you information about the app.λ︎
(defn about "Information about the website developer" [request] {:status 200 :headers {} :body "I am an awesome Clojure developer, well getting there..."})
Add a route to call the about handler function