Post

Route handler (method) Decorator. Routes HTTP POST requests to the specified path.


const Post: (path?: string | string[]) => MethodDecorator;

See also