-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #255 from urinaner/feature/233
[BE] fix: 예약 로직 변경
- Loading branch information
Showing
23 changed files
with
86 additions
and
583 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
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
11 changes: 0 additions & 11 deletions
11
backend/src/main/java/org/example/backend/global/aop/AuthAdmin.java
This file was deleted.
Oops, something went wrong.
50 changes: 0 additions & 50 deletions
50
backend/src/main/java/org/example/backend/global/aop/AuthAdminResolver.java
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
backend/src/main/java/org/example/backend/global/aop/AuthUser.java
This file was deleted.
Oops, something went wrong.
50 changes: 0 additions & 50 deletions
50
backend/src/main/java/org/example/backend/global/aop/AuthUserResolver.java
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
backend/src/main/java/org/example/backend/global/config/sj/SjConfig.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
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
8 changes: 8 additions & 0 deletions
8
...nd/src/main/java/org/example/backend/reservation/domain/dto/ReservationDeleteRequest.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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package org.example.backend.reservation.domain.dto; | ||
|
||
import lombok.Data; | ||
|
||
@Data | ||
public class ReservationDeleteRequest { | ||
private String password; | ||
} |
Oops, something went wrong.