Skip to content

covenix / Post

Function: Post()

Post(path?): MethodDecorator

Defined in: src/decorators.ts:94

Maps the decorated method to an HTTP POST route. See Get.

Parameters

path?

string = ''

Returns

MethodDecorator