Ignore:
Timestamp:
08/17/22 16:21:10 (23 months ago)
Author:
unknown <mlviktor23@…>
Branches:
main
Children:
702ca77
Parents:
800779d
Message:

implemented authentication in react

File:
1 edited

Legend:

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

    r800779d r6eba109  
    1818
    1919  useEffect(() => {
    20     const url = `http://192.168.0.17:8080/public/professor/${params.professorId}`;
     20    const url = `http://192.168.0.18:8080/public/professor/${params.professorId}`;
    2121
    2222    const fetchData = async () => {
Note: See TracChangeset for help on using the changeset viewer.