This commit is contained in:
Tommi Reiman 2018-07-18 13:20:39 +03:00
parent f180204125
commit 7fcefdd428

View file

@ -38,7 +38,7 @@ Now, we can add routers to the router:
; ["/foo/bar/:id/:subid" {:handler #object[clojure.core$identity]}]]
```
Router is recreated, so all the rules are fires:
Router is recreated, so all the rules are fired:
```clj
(swap! router add-route ["/foo/:fail" identity])