Index: src/app/students/subjects/page.tsx
===================================================================
--- src/app/students/subjects/page.tsx	(revision ba520691331c5f3afac921ef0a143d05e24ce4a5)
+++ src/app/students/subjects/page.tsx	(revision 8496f3c2ae490dee80fdf71af9fe30c63996efaf)
@@ -10,4 +10,5 @@
 import { getAccessToken } from '@/lib/auth';
 import { useTranslation } from 'react-i18next';
+import { apiUrl } from '@/lib/api';
 
 interface Subject {
@@ -193,5 +194,5 @@
 
       try {
-        const response = await fetch('https://iknow-api.onrender.com/api/user/getSubjects', {
+        const response = await fetch(apiUrl('/api/user/getSubjects'), {
           method: 'GET',
           headers: {
