-
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.
Browse files
Browse the repository at this point in the history
[FIX] 챌린지 depth 축소
- Loading branch information
Showing
56 changed files
with
642 additions
and
1,513 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
32 changes: 0 additions & 32 deletions
32
src/main/java/com/soptie/server/api/controller/MemberMissionApiV2.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
37 changes: 0 additions & 37 deletions
37
src/main/java/com/soptie/server/api/controller/docs/MemberMissionApiV2Docs.java
This file was deleted.
Oops, something went wrong.
9 changes: 9 additions & 0 deletions
9
.../soptie/server/api/controller/dto/request/membermission/CreateMemberChallengeRequest.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,9 @@ | ||
package com.soptie.server.api.controller.dto.request.membermission; | ||
|
||
import io.swagger.v3.oas.annotations.media.Schema; | ||
|
||
public record CreateMemberChallengeRequest( | ||
@Schema(description = "추가하려는 챌린지 id", example = "1") | ||
long challengeId | ||
) { | ||
} |
9 changes: 0 additions & 9 deletions
9
...om/soptie/server/api/controller/dto/request/membermission/CreateMemberMissionRequest.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.