NestJS - Guards
You wrote this code but the guard does not run on the route as expected:
```typescript
@Controller('products')
@UseGuards()
export class ProductsController {
@Get()
getAll() { return [] }
}
```
What is the likely cause?
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions