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