Get

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


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

See also