Skip to content

Commit fd9356d

Browse files
committed
Fix(Auth): 누락된 client-url 추가
1 parent 95ee4da commit fd9356d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/wonjun/stiky/acceptance/AcceptanceTestBase.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ static void registerPgProperties(DynamicPropertyRegistry registry) {
7474

7575
// registry.add("openapi.server-url", () -> "http://localhost:8080");
7676
registry.add("openapi.server-url", () -> "https://api.stiky.site");
77+
// registry.add("openapi.client-url", () -> "http://localhost:5173");
78+
registry.add("openapi.client-url", () -> "https://www.stiky.site");
7779

7880
registry.add("cors.allowed-origins", () -> "http://localhost:5173");
7981
}

0 commit comments

Comments
 (0)