sync
This commit is contained in:
@@ -24,7 +24,7 @@ export default function PdfRenderPage() {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
fetch('/api/pdf/render', {
|
fetch('/api/pdf-export/render', {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
headers: { 'Content-Type': 'application/json' },
|
headers: { 'Content-Type': 'application/json' },
|
||||||
body: JSON.stringify({ pageId, token }),
|
body: JSON.stringify({ pageId, token }),
|
||||||
|
|||||||
+1
-1
Submodule apps/server/src/ee updated: 03f67751cc...df6feac0a1
Reference in New Issue
Block a user