From 9a206f997999e800e76ff5c52f197b81cdff281c Mon Sep 17 00:00:00 2001 From: litianxiang Date: Tue, 16 Dec 2025 14:10:22 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E7=8E=AF=E5=A2=83=E9=85=8D?= =?UTF-8?q?=E7=BD=AEcallbackUrl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-prod.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application-prod.properties b/src/main/resources/application-prod.properties index ef5174de..e8472e3f 100644 --- a/src/main/resources/application-prod.properties +++ b/src/main/resources/application-prod.properties @@ -155,4 +155,5 @@ FREEPIK_API_KEY=FPSX94e5917d376a4facb87dabbaa0319c72 google.client.id=29310152396-nnsd3h533fld665oguu8ovrt1nukmt46.apps.googleusercontent.com google.client.secret=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 -google.redirect.uri=https://www.api.aida.com.hk/api/third/party/auth/google_callback \ No newline at end of file +google.redirect.uri=https://www.api.aida.com.hk/api/third/party/auth/google_callback +design.callback.url=https://api.aida.com.hk/api/third/party/receiveDesignResults \ No newline at end of file