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

This commit is contained in:
2025-05-13 18:43:01 +05:30
12 changed files with 520 additions and 308 deletions

View File

@@ -1,5 +1,6 @@
let BackEnd_url = `http://${process.env.REACT_APP_SERVER_MARKETPLACE_URL}`;
export const getAssetDetails = async (filename: string) => {
console.log('filename: ', filename);
try {
const response = await fetch(`${BackEnd_url}/api/v1/assetDetails`, {
method: "POST",

View File

@@ -23,4 +23,4 @@ export const fetchGltfUrl = async (filename: string, AssetID: string) => {
//
throw new Error(error.message);
}
}
}