@@ -148,7 +148,7 @@
const handleDownload = () => {
downloadByUrl({
- url: 'http://localhost:3000/dist/upload-user-templete/templete.xlsx',
+ url: '/upload-user-templete/templete.xlsx',
target: '_self',
});
};