Skip to content

Commit

Permalink
docs: swagger api 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
seogwoojin committed Nov 16, 2024
1 parent 2c5b186 commit cdbb54b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ class SwaggerConfig {
Info()
.title("UOSLIFE Meeting API")
.description("UOSLIFE Meeting API Documentation")
.version("v4.0.1")
.version("v5.0.1")

val securityRequirement = SecurityRequirement().addList(ACCESS_TOKEN)

return OpenAPI()
.servers(
listOf(
Server().url("https://uosmeeting.uoslife.com"),
Server().url("https://uosmeeting.uoslife.net"),
Server().url("https://meeting.alpha.uoslife.com"),
Server().url("http://localhost:8081"),
Server().url("https://meeting.uoslife.com"),
Expand Down

0 comments on commit cdbb54b

Please sign in to comment.