From b1efb2828f16a9a123ec3cea6a3e17afd444f37b Mon Sep 17 00:00:00 2001 From: androidlover5842 Date: Sat, 31 Jan 2026 09:28:59 +0530 Subject: [PATCH] profile:fix url ocr --- src/main/resources/application-prod.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application-prod.properties b/src/main/resources/application-prod.properties index d191ea1..6bc4835 100644 --- a/src/main/resources/application-prod.properties +++ b/src/main/resources/application-prod.properties @@ -2,4 +2,4 @@ spring.datasource.url=jdbc:postgresql://localhost:5432/trisolaris ai.llama.baseUrl=http://localhost:8089/v1/chat/completions logging.level.com.android.trisolarisserver.controller.Auth=INFO storage.documents.aiBaseUrl=http://127.0.0.1:18921 -ocr.paddle.baseUrl=http://127.0.0.1:9001 \ No newline at end of file +ocr.paddle.baseUrl=http://127.0.0.1:9001/ocr \ No newline at end of file