Fixes and one new feature
Fix path parameter matching issues.
Now support multi path on one route. e.g,
@Path('/user/_:id')
@Path('/user/_:id/info')
async function handler():Promise<Response> {
}
Fix path parameter matching issues.
Now support multi path on one route. e.g,
@Path('/user/_:id')
@Path('/user/_:id/info')
async function handler():Promise<Response> {
}