Skip to content

Commit

Permalink
Update OpenApiConfig.java
Browse files Browse the repository at this point in the history
  • Loading branch information
kdjun99 authored Oct 18, 2024
1 parent 90752fc commit 739e83e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
version = "1.0"
),
servers = {
@Server(url = "http://ec2-3-39-25-152.ap-northeast-2.compute.amazonaws.com", description = "server")
@Server(url = "https://api.ouruliga.com", description = "server")
}
)
@RequiredArgsConstructor
Expand Down

0 comments on commit 739e83e

Please sign in to comment.