Skip to content

Variable: Post

ts
const Post: (path) => MethodDecorator;

Defined in: packages/core/src/decorators/http.decorators.ts:28

Parameters

ParameterTypeDefault value
pathstring""

Returns

MethodDecorator

Released under the MIT License.