Ignore:
Timestamp:
01/22/23 16:51:43 (18 months ago)
Author:
unknown <mlviktor23@…>
Branches:
main
Parents:
9bf1f8d
Message:

prefinal reproducible

File:
1 edited

Legend:

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

    r9bf1f8d r8dffe02  
    1414
    1515    useEffect(() => {
    16         Promise.all([fetch(`http://192.168.1.254:8080/public/latest10opinions`),
    17             fetch(`http://192.168.1.254:8080/public/latest10threads`)])
     16        Promise.all([fetch(`http://192.168.1.108:8080/public/latest10opinions`),
     17            fetch(`http://192.168.1.108:8080/public/latest10threads`)])
    1818            .then(([resOpinions, resThreads]) => Promise.all([resOpinions.json(), resThreads.json()]))
    1919            .then(([dataOpinions, dataThreads]) => {
Note: See TracChangeset for help on using the changeset viewer.