sync
This commit is contained in:
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 }),
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 03f67751cce3da340ecea39d23348b547e13d381
|
||||
Subproject commit df6feac0a1e894058ec45132b7608d6dfda91335
|
||||
Loading…
Add table
Reference in a new issue