From f569fbd17c7ace32e25aed5a6c3576ab175f8bb9 Mon Sep 17 00:00:00 2001 From: coddingyun Date: Mon, 22 Apr 2024 22:16:53 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20.pdf=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.dev.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.dev.js b/src/index.dev.js index a14eae4b..d37c2a5e 100644 --- a/src/index.dev.js +++ b/src/index.dev.js @@ -131,7 +131,7 @@ async function createReader(paperId, paperItems, userPdf) { if (userPdf) { res = await fetch(`https://yeondoo-be-upload-pdf.s3.ap-northeast-2.amazonaws.com/${paperId}.pdf`) } else { - res = await fetch(`${api}/api/paper/file/${paperId}.pdf`); + res = await fetch(`${api}/api/paper/file/${paperId}`); } reader = new Reader({