docs(api): Add missing tags

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren 2022-01-16 21:40:48 +01:00
parent df9fa39b99
commit 64667d81c0
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3
6 changed files with 12 additions and 0 deletions

View file

@ -26,6 +26,7 @@ import {
ApiForbiddenResponse,
ApiHeader,
ApiNoContentResponse,
ApiTags,
ApiUnauthorizedResponse,
} from '@nestjs/swagger';
@ -52,6 +53,7 @@ import { FullApi } from '../../utils/fullapi-decorator';
import { RequestUser } from '../../utils/request-user.decorator';
@UseGuards(SessionGuard)
@ApiTags('media')
@Controller('media')
export class MediaController {
constructor(