Skip to content

Commit

Permalink
fixed api url
Browse files Browse the repository at this point in the history
  • Loading branch information
KeshariPiyush24 committed Oct 20, 2024
1 parent b9639d6 commit f4216e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function App() {

const fetchProducts = async () => {
try {
const response = await axios.get('http://api.newrajshreesweets.com/common/products?status=ALL');
const response = await axios.get('https://api.newrajshreesweets.com/common/products?status=ALL');
const products = response.data.data;

// Group products by category and sort products within each category
Expand Down

0 comments on commit f4216e1

Please sign in to comment.