Skip to content

Get

const Get: (path) => (target, propertyKey, descriptor) => void

Defined in: src/decorators.ts:120

Decorator: Binds a method to the GET HTTP verb.

string = "/"

(target, propertyKey, descriptor): void

any

string

PropertyDescriptor

void