Skip to content

Update routes #130

@DenTray

Description

@DenTray

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

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions