Merge remote-tracking branch 'origin/simulation-agv-v2' into v2
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -23,4 +23,4 @@ export const fetchGltfUrl = async (filename: string, AssetID: string) => {
|
||||
//
|
||||
throw new Error(error.message);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user