For my api I am trying to add a decorator @ApiBearerAuth() to all my controllers. However I would like to have a way to do this globally so that each time I cre
@ApiBearerAuth()