Changeset 8496f3c for src/app/students/subjects
- Timestamp:
- 09/15/26 21:16:02 (9 days ago)
- Branches:
- master
- Children:
- b8093a0
- Parents:
- 4fe4582
- File:
-
- 1 edited
-
src/app/students/subjects/page.tsx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/app/students/subjects/page.tsx
r4fe4582 r8496f3c 10 10 import { getAccessToken } from '@/lib/auth'; 11 11 import { useTranslation } from 'react-i18next'; 12 import { apiUrl } from '@/lib/api'; 12 13 13 14 interface Subject { … … 193 194 194 195 try { 195 const response = await fetch( 'https://iknow-api.onrender.com/api/user/getSubjects', {196 const response = await fetch(apiUrl('/api/user/getSubjects'), { 196 197 method: 'GET', 197 198 headers: {
Note:
See TracChangeset
for help on using the changeset viewer.
