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

prefinal reproducible

File:
1 edited

Legend:

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

    r9bf1f8d r8dffe02  
    1313    useEffect(() => {
    1414            const fetchPublicProfile = async () => {
    15                 const resp = await fetch(`http://192.168.1.254:8080/public/user/${params.userId}`)
     15                const resp = await fetch(`http://192.168.1.108:8080/public/user/${params.userId}`)
    1616                let cyclicGraph = await resp.json();
    1717                let jsogStructure = JSOG.encode(cyclicGraph);
Note: See TracChangeset for help on using the changeset viewer.