Commit 3bc0055
committed
feat(luminork): wire up bulk component endpoints in router
Add routes for all four bulk component operations:
- POST /create_many - Bulk component creation
- PUT /update_many - Bulk component updates
- DELETE /delete_many - Bulk component soft-deletion
- POST /erase_many - Bulk component hard-deletion
Completes the routing layer for bulk component operations, making all
endpoints accessible via the API.1 parent c82a314 commit 3bc0055
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
647 | 647 | | |
648 | 648 | | |
649 | 649 | | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
650 | 654 | | |
651 | 655 | | |
652 | 656 | | |
| |||
0 commit comments