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