Start of adding the 1099 self service feature

This commit is contained in:
2023-01-13 09:45:52 -08:00
parent 46dd191391
commit f93c7fd9d0
5 changed files with 147 additions and 5 deletions

View File

@@ -9,6 +9,7 @@
(if (authenticated? request)
(handler request)
{:status 401
:headers {"content-type" "text/html"}
:body "not authenticated"})))
(defn wrap-admin [handler]