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
On a particular route (#5,6 in the above example). These get executed immediately after the handler + middleware injected by compojure.core.make-route;
On the whole app level (#3,4 in the above example). These get executed after the route handler + compojure.core middleware + route-level middleware;
On the whole app level (#1,2 in the above example). These get executed after the route handler + compojure.core middleware + route-level middleware + app-level middleware + the middleware injected by compojure.api.sweet/api.