We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 523ee97 commit 2b8b12dCopy full SHA for 2b8b12d
1 file changed
src/main/java/com/example/be/config/SwaggerConfig.java
@@ -31,7 +31,7 @@ public OpenAPI api() {
31
if (isLocalEnvironment()) {
32
servers.add(new Server().url("http://localhost:8080").description("Local Server"));
33
} else {
34
- servers.add(new Server().url("https://studylink.store").description("Production API Server"));
+ servers.add(new Server().url("https://api.studylink.store").description("Production API Server"));
35
}
36
37
return new OpenAPI()
0 commit comments