Skip to content

Commit 8389648

Browse files
debug: add console log
1 parent 9174375 commit 8389648

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: src/pages/bonds/AdminBonds.jsx

+6
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ const AdminBonds = () => {
1818
alert('You need to log in as an admin to view bonds.');
1919
return;
2020
}
21+
22+
console.log('Complete request details:', {
23+
url: `${BACKEND_URL}/admin/bonds`,
24+
userId: userId,
25+
fullQueryParams: { userId }
26+
});
2127

2228
setLoading(true);
2329
try {

0 commit comments

Comments
 (0)