mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-17 00:24:43 -04:00
Move note permission route under metadata
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
3c58c74401
commit
a14056dbc9
2 changed files with 2 additions and 2 deletions
|
@ -115,7 +115,7 @@ export class NotesController {
|
|||
}
|
||||
}
|
||||
|
||||
@Put(':noteIdOrAlias/permissions')
|
||||
@Put(':noteIdOrAlias/metadata/permissions')
|
||||
async updateNotePermissions(
|
||||
@Param('noteIdOrAlias') noteIdOrAlias: string,
|
||||
@Body() updateDto: NotePermissionsUpdateDto,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue