Skip to content

Commit 69a7163

Browse files
committed
done
1 parent 0158288 commit 69a7163

4 files changed

Lines changed: 3 additions & 6 deletions

File tree

backend/server.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,6 @@ res.json({
221221

222222
console.log("✅ Certificate issued and saved to Supabase:", requestId);
223223

224-
225-
console.log("✅ Certificate issued and saved to Supabase:", requestId);
226-
res.json({ success: true, downloadUrl: publicUrl });
227224
} catch (err) {
228225
console.error("❌ Error in approveRequest:", err);
229226
res.status(500).json({ error: err.message });
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>VerifiX</title>
7-
<script type="module" crossorigin src="/assets/index-B0WPlaKK.js"></script>
7+
<script type="module" crossorigin src="/assets/index-RUPIpOny.js"></script>
88
<link rel="stylesheet" crossorigin href="/assets/index-7m6w7HWX.css">
99
</head>
1010
<body>

frontend/src/pages/StudentDashboard.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export default function StudentDashboard() {
8181
Upload an existing document to detect forgery using AI forensics.
8282
</p>
8383
<Link
84-
to="/student/requests"
84+
to="/student/new"
8585
className="inline-block px-5 py-3 bg-[#1F3B2F] text-white rounded-lg hover:bg-[#163025]"
8686
>
8787
Verify Document →

0 commit comments

Comments
 (0)