From ba453ef505bf3130c91243537fd41736b993dc92 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Wed, 10 Sep 2025 15:22:49 +0530 Subject: [PATCH] Add PDF retrieval route and clean up commented testing routes in api.php --- routes/api.php | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/routes/api.php b/routes/api.php index 6bcaab1..7187acd 100644 --- a/routes/api.php +++ b/routes/api.php @@ -1,5 +1,6 @@