Skip to content
Snippets Groups Projects
Commit 61d5c7bf authored by Cam Saul's avatar Cam Saul
Browse files

whoops, this shoud be cascade-delete :sob:

parent aadb6ac3
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@
"Delete a `Dashboard`."
[id]
(write-check Dashboard id)
(del Dashboard :id id))
(cascade-delete Dashboard :id id))
(defendpoint POST "/:id/cards"
"Add a `Card` to a `Dashboard`."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment