KaungWai / kickstart-fastify

kickstart your fastify service development
MIT License
0 stars 0 forks source link

set operationIds in api schema #17

Closed KaungWai closed 1 year ago

KaungWai commented 1 year ago

OperationIds are using as method names in swagger-typescript-api. If operationIds are not specified, method names are auto-generated according to route path.