Skip to content

Commit

Permalink
fix: change swagger url
Browse files Browse the repository at this point in the history
  • Loading branch information
mushroom1324 committed Oct 27, 2024
1 parent 7d952a4 commit fd5065c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"""),
servers = {
@Server(url = "https://www.repick-server.shop/api", description = "Server URL"),
@Server(url = "https://dev.repick-server.shop/api", description = "Server URL"),
@Server(url = "http://localhost:8080/api", description = "Local Server URL")
},
security = {
Expand Down

0 comments on commit fd5065c

Please sign in to comment.