Skip to content

Commit

Permalink
hotfix: Swagger HTTPS Domain
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Diger committed Aug 16, 2024
1 parent 1d9e11a commit b079688
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ class OpenApiConfiguration {
val server =
Server()
.url("https://api.piikii.co.kr")
.url("localhost:8080")

return OpenAPI()
.components(Components())
Expand Down

0 comments on commit b079688

Please sign in to comment.