Merge remote-tracking branch 'origin/simulation-agv' into simulation

This commit is contained in:
2025-04-04 17:48:35 +05:30
4 changed files with 49 additions and 38 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(