We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Member Entity 가 추가됨에 따라서 각 Member 별 파일(dir, page, unit) 저장소가 존재하기 때문에 기존의 path+name 이 더이상 식별자로 사용될 수 없습니다.
이에 기존 path + name 형태로 파일을 조회하는 것에서 memberId 를 포함한 조회 로직으로 수정합니다.
The text was updated successfully, but these errors were encountered:
PPakSang
Successfully merging a pull request may close this issue.
Member Entity 가 추가됨에 따라서 각 Member 별 파일(dir, page, unit) 저장소가 존재하기 때문에 기존의 path+name 이 더이상 식별자로 사용될 수 없습니다.
이에 기존 path + name 형태로 파일을 조회하는 것에서 memberId 를 포함한 조회 로직으로 수정합니다.
The text was updated successfully, but these errors were encountered: