Function: Options()
Options(
path?): (target,propertyKey,descriptor) =>void
Defined in: service-core/src/decorators/RouteDecorators.ts:219
Indicates that the decorated function handles incoming OPTIONS requests at the given sub-path.
Parameters
path?
string
The sub-path that the route will handle requests for.
Returns
(target, propertyKey, descriptor) => void