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 @@
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
http://localhost:9999
+ 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 @@
/abc
You should see the 404 response.