Changeset 6eba109 for reactapp/src/Components
- Timestamp:
- 08/17/22 16:21:10 (2 years ago)
- Branches:
- main
- Children:
- 702ca77
- Parents:
- 800779d
- Location:
- reactapp/src/Components
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
reactapp/src/Components/Search.js
r800779d r6eba109 15 15 16 16 useEffect(() => { 17 const url = `http://192.168.0.1 7:8080/public/professors/nameContains/${transliterate(17 const url = `http://192.168.0.18:8080/public/professors/nameContains/${transliterate( 18 18 query 19 19 )}`;
Note:
See TracChangeset
for help on using the changeset viewer.