Skip to content

Commit

Permalink
Added link server
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladik-gif committed Oct 5, 2024
1 parent ca713a3 commit f064272
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
@Server(
description = "PROD ENV",
url = "https://chat.imperiaholoda.com.ua"
),
@Server(
description = "current version",
url = "https://service-max.it:8080"
)
},
security = {
Expand All @@ -43,6 +47,4 @@
bearerFormat = "JWT",
in = SecuritySchemeIn.HEADER
)
public class OpenApiConfig {

}
public class OpenApiConfig { }

0 comments on commit f064272

Please sign in to comment.