Skip to content

Commit 2b8b12d

Browse files
committed
[FIX] Cors 에러 수정
1 parent 523ee97 commit 2b8b12d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/example/be/config/SwaggerConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public OpenAPI api() {
3131
if (isLocalEnvironment()) {
3232
servers.add(new Server().url("http://localhost:8080").description("Local Server"));
3333
} else {
34-
servers.add(new Server().url("https://studylink.store").description("Production API Server"));
34+
servers.add(new Server().url("https://api.studylink.store").description("Production API Server"));
3535
}
3636

3737
return new OpenAPI()

0 commit comments

Comments
 (0)