Ignore:
Timestamp:
11/23/22 12:15:28 (20 months ago)
Author:
unknown <mlviktor23@…>
Branches:
main
Children:
af801e3, e49d1b6
Parents:
c68150f
Message:

moderation/reporting api in spring boot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • reactapp/src/Pages/University.js

    rc68150f r3b6962d  
    2222
    2323  useEffect(() => {
    24     const url = `http://192.168.0.17:8080/public/faculties?universityId=${params.universityId}`;
     24    const url = `http://192.168.0.19:8080/public/faculties?universityId=${params.universityId}`;
    2525
    2626    const fetchData = async () => {
Note: See TracChangeset for help on using the changeset viewer.