Made error page look pretty good
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
"/account/typeahead" ::account-typeahead
|
||||
"/test" ::test
|
||||
"/new" {:get ::new-dialog}
|
||||
[[#"\d+" :db/id] "/edit"] ::edit-dialog
|
||||
[[#"\d+" :db/id] "/run"] {:get ::execute-dialog
|
||||
["/" [#"\d+" :db/id] "/edit"] ::edit-dialog
|
||||
["/" [#"\d+" :db/id] "/run"] {:get ::execute-dialog
|
||||
:post ::execute}
|
||||
"/check-badges" ::check-badges
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user