We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95ee4da commit fd9356dCopy full SHA for fd9356d
src/test/java/wonjun/stiky/acceptance/AcceptanceTestBase.java
@@ -74,6 +74,8 @@ static void registerPgProperties(DynamicPropertyRegistry registry) {
74
75
// registry.add("openapi.server-url", () -> "http://localhost:8080");
76
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");
79
80
registry.add("cors.allowed-origins", () -> "http://localhost:5173");
81
}
0 commit comments