You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll try and get to it over the next few days, but it'll require some fairly involved changes to the way Noir stores routes. Right now it stores the result of the compojure GET/POST/etc functions, but instead it'll need to store the info needed to do that and compojurify them at the very end so that I can wrap the inner functions in the middleware.
from the mailing list:
I'll try and get to it over the next few days, but it'll require some fairly involved changes to the way Noir stores routes. Right now it stores the result of the compojure GET/POST/etc functions, but instead it'll need to store the info needed to do that and compojurify them at the very end so that I can wrap the inner functions in the middleware.
thread: https://groups.google.com/d/topic/clj-noir/QTc_dlJiLWQ/discussion
The text was updated successfully, but these errors were encountered: