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/Components/Search.js

    r800779d r6eba109  
    1515
    1616  useEffect(() => {
    17     const url = `http://192.168.0.17:8080/public/professors/nameContains/${transliterate(
     17    const url = `http://192.168.0.18:8080/public/professors/nameContains/${transliterate(
    1818      query
    1919    )}`;
Note: See TracChangeset for help on using the changeset viewer.