Sebastian Galkin
12/15/2020, 12:02 AMContractRoutingHttpHandler
in which there are two routes with different sets of filters. How can I do it without losing OpenApi doc generation?
contract {
renderer = ....
descriptionPath = ....
routes += route1
routes += route2
}
How can I give route1
and route2
different sets of filters? They are both instances of ContractRoute