Skip to content

Commit

Permalink
fix: meant to add api into the prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
cdirks4 committed Feb 11, 2025
1 parent fed3974 commit 8617d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/api/notebooks/[id]/sources/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export async function POST(
backendFormData.append("userId", userId);

try {
const backendResponse = await fetch(`/python/process-pdf`, {
const backendResponse = await fetch(`/python/api/process-pdf`, {
method: "POST",
body: backendFormData,
});
Expand Down

0 comments on commit 8617d21

Please sign in to comment.