If so it would be possible to use bindings which can be nice. The server should not be stopped afterwards but the route-state should be reset. ``` clojure (with-routes! *server* [times (atom 0)] {"/something" (fn [_] (if (< @times 2) <resp 1> <resp 2>))}) ```
If so it would be possible to use bindings which can be nice. The server should not be stopped afterwards but the route-state should be reset.