Options

Route handler (method) Decorator. Routes HTTP OPTIONS requests to the specified path.


const Options: (path?: string | string[]) => MethodDecorator;

See also