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

handler bug #5

Open
laforge49 opened this issue Dec 22, 2015 · 0 comments
Open

handler bug #5

laforge49 opened this issue Dec 22, 2015 · 0 comments

Comments

@laforge49
Copy link

The generated code does not work:

(def app
  (-> app-routes
      (d/wrap-defaults d/api-defaults)
      (castra/wrap-castra-session "a 16-byte secret")
      (castra/wrap-castra 'test.api)))

This works:

(def app
  (-> app-routes
      (castra/wrap-castra 'castra-chat2.api)
      (castra/wrap-castra-session "a 16-byte secret")
      (d/wrap-defaults d/api-defaults)))
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