diff --git a/site/tutorial/clojure/7_pick_a_handler_based_on_route.html b/site/tutorial/clojure/7_pick_a_handler_based_on_route.html index b786352..cd442ec 100644 --- a/site/tutorial/clojure/7_pick_a_handler_based_on_route.html +++ b/site/tutorial/clojure/7_pick_a_handler_based_on_route.html @@ -68,6 +68,7 @@

Add reit :dev {:extra-paths ["dev"]}}} +

Now you need to restart your repl or evaluate (sync-deps) in your repl to download the new library and make it available in the classpass

  • @@ -206,7 +207,7 @@

    Wire the r

  • -

    Open your web browser and go to http://localhost:9999 +

    Restart the server, open your web browser and go to http://localhost:9999 and http://localhost:9999/goodbye

    You should see the hello and goodbye example responses, which means that routing is happening as @@ -256,7 +257,7 @@

    Add a "Not Found" ha

  • -

    Try a non-existent route like +

    Restart the server and try a non-existent route like /abc

    You should see the 404 response.