From c6a9fc28a331c4e7edcdd2c886de73671a4aaf34 Mon Sep 17 00:00:00 2001 From: Joseph Date: Wed, 26 Mar 2025 08:56:06 +0700 Subject: [PATCH] update url --- FRONTEND/src/pages/Document/Document.tsx | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/FRONTEND/src/pages/Document/Document.tsx b/FRONTEND/src/pages/Document/Document.tsx index 703e1e5..383d698 100644 --- a/FRONTEND/src/pages/Document/Document.tsx +++ b/FRONTEND/src/pages/Document/Document.tsx @@ -103,8 +103,12 @@ const Document = () => { if (['doc'].includes(extension!)) { return ( @@ -115,8 +119,12 @@ const Document = () => { if (['xls', 'xlsx'].includes(extension!)) { return (