Skip to content

Commit

Permalink
Merge pull request #32 from fga-eps-mds/DaviMatheus-patch-1
Browse files Browse the repository at this point in the history
Update home.services.tsx
  • Loading branch information
joaobisi authored Aug 26, 2024
2 parents 4797c0d + 37b1eff commit 3a89335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/home/service/home.services.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const JourneyService = () => {
return [];
}
try {
const response = await axios.get(`${process.env.NEXT_PUBLIC_API_URL_USER}users/${session.user.id}/subscribedJourneys`);
const response = await axios.get(`${process.env.NEXT_PUBLIC_API_URL_USER}/users/${session.user.id}/subscribedJourneys`);
return response.data;
} catch (error) {
console.error('Erro ao buscar jornadas:', error);
Expand Down

0 comments on commit 3a89335

Please sign in to comment.