Skip to content

Commit

Permalink
root page
Browse files Browse the repository at this point in the history
  • Loading branch information
vganshin committed Dec 28, 2023
1 parent d8a44f5 commit fd35634
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion routes/get.clj
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
[:html
[:h1 "UI operations"]
[:h1 "Aidbox UI projects"]


[:ul
[:li [:a {:href "/ui/auth/userifno"} "Auth UI"]]
[:li [:a {:href "/ui/patients"} "Patient CRUD"]]
[:li [:a {:href "/ui/chat"} "Chat App"]]
[:li [:a {:href "/ui/forms/responses"} "Aidbox Forms"]]]


(for [op (map :resource (box/sql "select * from operation where id like 'aidbox-%'"))]
[:div
(str (:request op))])

]

0 comments on commit fd35634

Please sign in to comment.