mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-25 12:34:45 -04:00
docs(api): Add missing tags
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
df9fa39b99
commit
64667d81c0
6 changed files with 12 additions and 0 deletions
|
@ -16,6 +16,7 @@ import {
|
|||
UseGuards,
|
||||
UseInterceptors,
|
||||
} from '@nestjs/common';
|
||||
import { ApiTags } from '@nestjs/swagger';
|
||||
|
||||
import {
|
||||
AlreadyInDBError,
|
||||
|
@ -45,6 +46,7 @@ import { RequestNote } from '../../utils/request-note.decorator';
|
|||
import { RequestUser } from '../../utils/request-user.decorator';
|
||||
|
||||
@UseGuards(SessionGuard)
|
||||
@ApiTags('notes')
|
||||
@Controller('notes')
|
||||
export class NotesController {
|
||||
constructor(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue