Index: src/components/exams.tsx
===================================================================
--- src/components/exams.tsx	(revision 4fe4582e6255b2244fa2c6ce9ae837ab03e74a58)
+++ src/components/exams.tsx	(revision 8496f3c2ae490dee80fdf71af9fe30c63996efaf)
@@ -5,4 +5,5 @@
 import { faSort, faSortUp, faSortDown } from '@fortawesome/free-solid-svg-icons';
 import { getAccessToken } from '@/lib/auth';
+import { apiUrl } from '@/lib/api';
 
 type PassedSubject = {
@@ -56,5 +57,5 @@
 
       try {
-        const response = await fetch('https://iknow-api.onrender.com/api/user/getPassedSubjects', {
+        const response = await fetch(apiUrl('/api/user/getPassedSubjects'), {
           method: 'GET',
           headers: {
