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

@@ -103,7 +103,11 @@
// const handleSubMenuClick = async (menuItemId) => {
// try {
<<<<<<< HEAD
// const apiUrl = `http://localhost:9292/api1/submenu1/${menuItemId}`;
=======
// const apiUrl = `http://157.66.191.31:33266/api1/submenu1/${menuItemId}`;
>>>>>>> 1c0592d (commit new code)
// const response = await fetch(apiUrl, {
// method: 'GET',
// headers: {