| 6 | import * as fs from 'fs'; |
| 7 | |
| 8 | // The guard is what notices a token that logout has already invalidated; the |
| 9 | // decorator alone only proves the signature is ours. |
| 10 | @Controller('download') |
| 11 | @UseGuards(JWTAuthGuard) |
nothing calls this directly
no outgoing calls
no test coverage detected