I wrote my custom decorators for express. this is the controller decorator:
export function controller(routePrefix: string) { return function (target: Function