This commit is contained in:
Philipinho
2026-04-14 16:34:44 +01:00
parent a6a7e4370a
commit 3e6d915227
2 changed files with 2 additions and 2 deletions
@@ -24,7 +24,7 @@ export default function PdfRenderPage() {
return;
}
fetch('/api/pdf/render', {
fetch('/api/pdf-export/render', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({ pageId, token }),