Variable: Post
ts
const Post: (path) => MethodDecorator;Defined in: packages/core/src/decorators/http.decorators.ts:28
Parameters
| Parameter | Type | Default value |
|---|---|---|
path | string | "" |
Returns
MethodDecorator
const Post: (path) => MethodDecorator;Defined in: packages/core/src/decorators/http.decorators.ts:28
| Parameter | Type | Default value |
|---|---|---|
path | string | "" |
MethodDecorator