This commit is contained in:
2025-04-07 09:04:04 +05:30
67 changed files with 2917 additions and 3092 deletions

View File

@@ -1,4 +1,4 @@
let BackEnd_url = `http://${process.env.REACT_APP_SERVER_ASSET_LIBRARY_URL}`;
let BackEnd_url = `http://${process.env.REACT_APP_SERVER_MARKETPLACE_URL}`;
export const getCategoryAsset = async (categoryName: any) => {
try {
const response = await fetch(`${BackEnd_url}/api/v2/getCategoryAssets/${categoryName}`,

View File

@@ -17,7 +17,7 @@ export const setEventApi = async (
});
if (!response.ok) {
throw new Error("Failed to set or update Floor Item");
throw new Error("Failed to set or Update Event Data");
}
const result = await response.json();

View File

@@ -26,7 +26,7 @@ export const findEnvironment = async (organization: string, userId: string) => {
false,
false,
false,
0,
40,
true
);
return userpos;