rename updateAlbumUser rest endpoint

This commit is contained in:
mgabor
2024-04-22 22:47:24 +02:00
parent 2cc9220b47
commit beecdf3ddd
6 changed files with 58 additions and 60 deletions

View File

@@ -98,7 +98,7 @@ export class AlbumController {
return this.service.removeUser(auth, id, userId);
}
@Put(':id/permission/:userId')
@Put(':id/user/:userId')
updateAlbumUser(
@Auth() auth: AuthDto,
@Param() { id }: UUIDParamDto,