Skip to content

Commit

Permalink
Merge branch 'develop' into feature/86-find-mission-record
Browse files Browse the repository at this point in the history
  • Loading branch information
char-yb committed Jan 8, 2024
2 parents d38c5ce + d34a2df commit 911507b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/java/com/depromeet/ExampleController.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;

@Tag(name = "health-check", description = "상태 체크")
@Tag(name = "etc. [health-check]", description = "상태 체크")
@RestController
public class ExampleController {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;

@Tag(name = "미션 API", description = "미션 관련 API입니다.")
@Tag(name = "2. [미션]", description = "미션 관련 API입니다.")
@RestController
@RequestMapping("/missions")
@RequiredArgsConstructor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;

@Tag(name = "[미션 기록]", description = "미션 기록 관련 API")
@Tag(name = "3. [미션 기록]", description = "미션 기록 관련 API")
@RestController
@RequestMapping("/records")
@RequiredArgsConstructor
Expand Down

0 comments on commit 911507b

Please sign in to comment.