feat/PMS-453-saved-dashboards #335
No reviewers
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
psa-systems/mokosh-server!335
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/PMS-453-saved-dashboards"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Same fix as the approvals route registration: axum 0.8 requires `{id}` instead of `:id` for path captures. The leading-colon form panics at router-build time, which any integration test that boots the real router would hit. #PMS-453