Changeset 62b653f for reactapp/src/Pages
- Timestamp:
- 08/30/22 15:33:18 (2 years ago)
- Branches:
- main
- Children:
- cae16b5
- Parents:
- 2fcbde4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
reactapp/src/Pages/Professor.js
r2fcbde4 r62b653f 36 36 37 37 useEffect(() => { 38 const url = `http://192.168.0.1 9:8080/public/professor/${params.professorId}`;38 const url = `http://192.168.0.17:8080/public/professor/${params.professorId}`; 39 39 40 40 const fetchData = async () => { … … 70 70 71 71 const response = await axios( 72 `http://192.168.0.1 9:8080/secure/professor/${professor.professorId}/addOpinion`,72 `http://192.168.0.17:8080/secure/professor/${professor.professorId}/addOpinion`, 73 73 { 74 74 method: "post",
Note:
See TracChangeset
for help on using the changeset viewer.