@@ -423,7 +423,7 @@
this.pdfUrl = '';
try {
- const response = await fetch('{{ route("tools.question-preview.pdf") }}', {
+ const response = await fetch('/tools/question-preview/pdf', {
method: 'POST',
headers: {
'Content-Type': 'application/json',