jasonyip2014
Results
1
issues of
jasonyip2014
``` swaggerOptions: { securityDefinitions: { Bearer: { type: 'apiKey', in: 'header', name: 'Authorization' } } } ``` ``` @securityAll([{ Bearer: [] }]) class Test { @request('get', '/hello') public static helloWorld(ctx):...
bug