Skip to content

Commit

Permalink
style: API 명세서 이름 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-so committed Feb 19, 2024
1 parent ac7e135 commit 3ea5f39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/prography/spring/config/SwaggerConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

@OpenAPIDefinition(
info = @Info(
title = "Prography API 명세서(소재훈)",
description = "프로그라피 9기 백엔드 과제 API 명세서입니다.",
title = "탁구 게임 서비스 API 명세서",
description = " 탁구 게임 명세서입니다.",
version = "v1"
)
)
Expand Down

0 comments on commit 3ea5f39

Please sign in to comment.