Skip to content

Commit

Permalink
Merge pull request #77 from lab-cherry/haeri
Browse files Browse the repository at this point in the history
Chore : 큐시트 생성 권한 수정
  • Loading branch information
taking authored Nov 14, 2023
2 parents 4e427d7 + f28cb6d commit aaaeb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nw/src/main/java/lab/cherry/nw/service/QsheetService.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
@Component
public interface QsheetService {
Page<QsheetEntity> getQsheets(Pageable pageable);
@PreAuthorize("hasAnyRole('ADMIN','ORG')")
// @PreAuthorize("hasAnyRole('ADMIN','ORG')")
QsheetEntity findById(String id);
QsheetEntity createQsheet(QsheetEntity.QsheetCreateDto qsheetCreateDto, List<MultipartFile> files);
void updateById(String id, QsheetEntity.QsheetUpdateDto updateDto, List<MultipartFile> files);
Expand Down

0 comments on commit aaaeb51

Please sign in to comment.