Skip to content

Commit 3e9d02c

Browse files
authored
fix: cors error in swagger (#167)
1 parent be99694 commit 3e9d02c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/ezcode/codetest/infrastructure/swagger/config/SwaggerConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
@OpenAPIDefinition(
1515
servers = {
1616
@Server(
17-
url = "http://localhost:8080", // ← 슬래시 없이 호스트만!
17+
url = "https://ezcode.my", // ← 슬래시 없이 호스트만!
1818
description = "Production server"
1919
)
2020
},

0 commit comments

Comments
 (0)