This repository has been archived by the owner on Aug 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/hackersground-kr/hg-crescen…
- Loading branch information
Showing
11 changed files
with
20 additions
and
178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
56 changes: 0 additions & 56 deletions
56
crescendo-server/src/main/java/com/example/crescendoserver/domain/post/comment/Comment.java
This file was deleted.
Oops, something went wrong.
68 changes: 0 additions & 68 deletions
68
crescendo-server/src/main/java/com/example/crescendoserver/domain/post/domain/Post.java
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
...o-server/src/main/java/com/example/crescendoserver/domain/post/dto/AddCommentRequest.java
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
...r/src/main/java/com/example/crescendoserver/domain/post/repository/CommentRepository.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
crescendo-server/src/main/java/com/example/crescendoserver/domain/user/domain/UserRole.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
package com.example.crescendoserver.domain.user.domain; | ||
|
||
public enum UserRole { | ||
USER, | ||
ADMIN | ||
USER | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters