Skip to content

Commit

Permalink
Ya va el historial
Browse files Browse the repository at this point in the history
  • Loading branch information
CANCI0 committed Apr 17, 2024
1 parent 24b42bd commit 2dfb353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/pages/History/History.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const History = () => {
const { t } = useTranslation();

useEffect(() => {
fetch(gatewayUrl + `/userInfo?user=${username}`)
fetch(gatewayUrl + `/userInfo/${username}`)
.then((response) => response.json())
.then((data) => {
setUserData(data);
Expand Down

0 comments on commit 2dfb353

Please sign in to comment.