-open-api

-cleanup
This commit is contained in:
CJPeckover
2025-07-14 13:57:10 -04:00
parent 705beca3aa
commit ba323107bf
3 changed files with 64 additions and 1 deletions
@@ -32,7 +32,6 @@ export class AlbumController {
@Authenticated({ permission: Permission.ALBUM_READ })
getAllAlbumsSlim(@Auth() auth: AuthDto, @Query() query: GetAlbumsDto): Promise<AlbumResponseDto[]> {
return this.service.getAll(auth, query, true);
//asdf
}
@Post()