-
Couldn't load subscription status.
- Fork 2
Closed
Description
Description
What needs to be done?
Update the existing routes to include whereNumber('id') validation for all routes that contain an id path parameter. This change should ensure that the id parameter only accepts numeric values. Adjust the route definitions accordingly to include this validation rule wherever an id parameter is present.
Expected Outcome
What is the expected result?
All routes that have an id path parameter enforce numeric-only validation via whereNumber('id'). Non-numeric values passed as id should not match the routes and be handled appropriately by the application routing system.
Metadata
Metadata
Assignees
Labels
No labels