Skip to content

Commit 8f933d6

Browse files
authored
Merge pull request #512 from vishnoianil/change-port
Update the doclingserve service default port
2 parents c0047cc + 60f8e39 commit 8f933d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/api/native/convert/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export async function POST(request: Request) {
2121
const body: ConvertRequestBody = await request.json();
2222

2323
// 2. Read the IL_FILE_CONVERSION_SERVICE from .env
24-
const baseUrl = process.env.IL_FILE_CONVERSION_SERVICE || 'http://doclingserve:5000';
24+
const baseUrl = process.env.IL_FILE_CONVERSION_SERVICE || 'http://doclingserve:5001';
2525

2626
// 3. Check the health of the conversion service before proceeding
2727
const healthRes = await fetch(`${baseUrl}/health`);

0 commit comments

Comments
 (0)