Commit 4b15071
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 5ea1f4f commit 4b15071
1 file changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
650 | 650 | | |
651 | 651 | | |
652 | 652 | | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
653 | 669 | | |
654 | 670 | | |
655 | 671 | | |
| |||
0 commit comments