Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow passing in an already started server to with-routes! macro? #2

Open
johanhaleby opened this issue Sep 1, 2016 · 0 comments
Open

Comments

@johanhaleby
Copy link
Owner

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.

(with-routes! *server*
  [times (atom 0)]
  {"/something" (fn [_] (if (< @times 2)
                            <resp 1>
                            <resp 2>))})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant