Skip to content

Commit

Permalink
Merge pull request #1535 from hngx-org/incredible-phoenix246-patch-4
Browse files Browse the repository at this point in the history
Update DynamicPortfolioCarousel.tsx
  • Loading branch information
incredible-phoenix246 authored Dec 14, 2023
2 parents d91c609 + db47c0b commit 12ca143
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { useQuery } from '@tanstack/react-query';
const DynamicPortfolioCarousel = () => {
const fetchSlides = async () => {
const response = await axios.get(
'https://hngstage6-eagles.azurewebsites.net/api/explore/GetAllPortfolio?pageNumber=1&pageSize=10',
'https://explore-90v6.onrender.com/api/explore/GetAllPortfolio?pageNumber=1&pageSize=10',
);
return response.data.data.map((item: any) => ({
id: item.id,
Expand Down

1 comment on commit 12ca143

@vercel
Copy link

@vercel vercel bot commented on 12ca143 Dec 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

zuriportfolio-frontend – ./

zuriportfolio.vercel.app
zuriportfolio-frontend-zuri-team.vercel.app
zuriportfolio-frontend-git-dev-zuri-team.vercel.app

Please sign in to comment.