Skip to content

Route 'exclusive' option support #437

@paztis

Description

@paztis

I'm trying petStore openapi contract to test this library over koa with your latest library

PetStore provide 2 routes
GET /pet/findPetByStatus
GET /pet/{id}

When I test the 1st one, I enter in the routers of 1 and 2
Of course validation crash because 'findPetByStatus' is not a valid id.
If the 1st declared one is valid, next ones must not be exec.

Do I miss something or is it a defect ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions