Allow public image tag list
Some checks failed
build-and-deploy / build-deploy (push) Has been cancelled
Some checks failed
build-and-deploy / build-deploy (push) Has been cancelled
This commit is contained in:
@@ -33,7 +33,6 @@ class RoomImageTags(
|
||||
fun listTags(
|
||||
@AuthenticationPrincipal principal: MyPrincipal?
|
||||
): List<RoomImageTagResponse> {
|
||||
requirePrincipal(principal)
|
||||
return roomImageTagRepo.findAllByOrderByName().map { it.toResponse() }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user