Start of adding the 1099 self service feature
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
(if (authenticated? request)
|
||||
(handler request)
|
||||
{:status 401
|
||||
:headers {"content-type" "text/html"}
|
||||
:body "not authenticated"})))
|
||||
|
||||
(defn wrap-admin [handler]
|
||||
|
||||
Reference in New Issue
Block a user