commit new code

This commit is contained in:
Varun Kaushik
2025-05-28 16:33:02 +05:30
parent 183c4b9830
commit 209b32a621
23 changed files with 127 additions and 0 deletions

View File

@@ -420,7 +420,11 @@ function Dashboard() {
useEffect(() => {
const fetchMenuItems = async () => {
<<<<<<< HEAD
const apiUrl = `${process.env.REACT_APP_API_URL}/fndMenu/menuloadbyuser`;
=======
const apiUrl = `${process.env.REACT_APP_API_URL}fndMenu/menuloadbyuser`;
>>>>>>> 1c0592d (commit new code)
const token = localStorage.getItem("authToken");
if (!token) {