tsoa-next / @tsoa-next/runtime / Options
Function: Options()
ts
function Options(value?): MethodDecorator;Defined in: packages/runtime/src/decorators/methods.ts:4
Marks a controller method as handling HTTP OPTIONS requests for the given relative path.
Parameters
value?
string
Returns
MethodDecorator
