Ignore:
Timestamp:
12/21/25 18:36:39 (9 months ago)
Author:
Stefan-Saveski <stefansaveski19@…>
Branches:
master
Children:
997d094
Parents:
b67f274
Message:

fix: Update API endpoints to use production URL for user data retrieval and authentication

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/app/students/profile/page.tsx

    rb67f274 r90f7842  
    146146
    147147      try {
    148         const response = await fetch('http://localhost:5147/api/user/getUser', {
     148        const response = await fetch('https://iknow-api.onrender.com/api/user/getUser', {
    149149          method: 'GET',
    150150          headers: {
Note: See TracChangeset for help on using the changeset viewer.