Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit 3f70c86

Browse files
committed
test: modified fetch URL
1 parent 7fea407 commit 3f70c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/employers/EmployersDashboard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const getUniqueOptions = (data: string[]) => Array.from(new Set(data));
1212
const API_URL = import.meta.env.VITE_API_URL;
1313
console.log('Backend API:', API_URL);
1414

15-
fetch(`${API_URL}/n/s/Alex`)
15+
fetch(`${API_URL}n/s/Alex`)
1616
.then((response) => response.json())
1717
.then((data) => console.log(data));
1818

0 commit comments

Comments
 (0)