remove API_URL string inside deleteMaster page,

This commit is contained in:
PramodMahajan14 2025-03-25 17:54:59 +05:30
parent ba302898b8
commit a3ab1ad105

View File

@ -1,9 +1,9 @@
import React, { useState } from "react";
import axios from "axios";
const API_URL = "http://localhost:5000/mastersdata";
const DeleteMaster = ({ master,onClose}) => {
const [loader, setLoader] = useState(false);