Skip to content

Commit

Permalink
fixe Manage Product add btn etc..cls
Browse files Browse the repository at this point in the history
  • Loading branch information
Aayaninfotech authored and Aayaninfotech committed Dec 24, 2024
1 parent 3bfdf03 commit 2a86ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Product_Management/AddProduct.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const AddProductForm = () => {

console.log("Payload:", payload);

fetch('http://localhost:7878/api/products', {
fetch('http://44.196.64.110:7878/api/products', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
Expand Down

0 comments on commit 2a86ef4

Please sign in to comment.