Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Update frontend/src/pages/ReportsHistory.jsx
Browse files
frontend/src/pages/ReportsHistory.jsx
CHANGED
|
@@ -53,7 +53,7 @@ export const ReportsHistory = () => {
|
|
| 53 |
|
| 54 |
const fetchScanHistory = async () => {
|
| 55 |
try {
|
| 56 |
-
const res = await fetch('/api/scans/history', {
|
| 57 |
headers: { 'Authorization': `Bearer ${token}` }
|
| 58 |
});
|
| 59 |
if (res.ok) {
|
|
|
|
| 53 |
|
| 54 |
const fetchScanHistory = async () => {
|
| 55 |
try {
|
| 56 |
+
const res = await fetch('/api/scans/history?limit=100', {
|
| 57 |
headers: { 'Authorization': `Bearer ${token}` }
|
| 58 |
});
|
| 59 |
if (res.ok) {
|