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