Skip to content

Fixes and one new feature

Compare
Choose a tag to compare
@joesonw joesonw released this 29 Feb 06:58
· 35 commits to master since this release

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> {

}