Changeset 8496f3c for src/app/students/profile/page.tsx
- Timestamp:
- 09/15/26 21:16:02 (8 days ago)
- Branches:
- master
- Children:
- b8093a0
- Parents:
- 4fe4582
- File:
-
- 1 edited
-
src/app/students/profile/page.tsx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/app/students/profile/page.tsx
r4fe4582 r8496f3c 21 21 import { IconDefinition } from '@fortawesome/fontawesome-svg-core'; 22 22 import { useTranslation } from 'react-i18next'; 23 import { apiUrl } from '@/lib/api'; 23 24 24 25 type PersonalInfo = { … … 154 155 155 156 try { 156 const response = await fetch( 'https://iknow-api.onrender.com/api/user/getUser', {157 const response = await fetch(apiUrl('/api/user/getUser'), { 157 158 method: 'GET', 158 159 headers: {
Note:
See TracChangeset
for help on using the changeset viewer.
