Skip to content

Commit

Permalink
docs: Swagger 설명 작성
Browse files Browse the repository at this point in the history
  • Loading branch information
kimday0326 committed Jun 16, 2024
1 parent 2834133 commit eb89cc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
@Transactional
@RequiredArgsConstructor
public class WorkspaceService {
private static final Long DEFAULT_MAX_STORAGE = 1000 * 1000 * 1000L; // 1GB
private static final Long DEFAULT_MAX_STORAGE = 10 * 1000 * 1000 * 1000L; // 10GB
private static final String DEFAULT_ROOT_FOLDER_NAME = "home"; // 루트 폴더 이름

private final MemberRepository memberRepository;
Expand Down

0 comments on commit eb89cc2

Please sign in to comment.