Ignore:
Timestamp:
08/30/22 15:33:18 (2 years ago)
Author:
unknown <mlviktor23@…>
Branches:
main
Children:
cae16b5
Parents:
2fcbde4
Message:

implemented upvote/downvote func. in react

File:
1 edited

Legend:

Unmodified
Added
Removed
  • reactapp/src/App.js

    r2fcbde4 r62b653f  
    2121    try {
    2222      const response = await axios.get(
    23         "http://192.168.0.19:8080/secure/currentUser",
     23        "http://192.168.0.17:8080/secure/currentUser",
    2424        { withCredentials: true }
    2525      );
Note: See TracChangeset for help on using the changeset viewer.