cloud-ide-element 1.0.73 → 1.0.74
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2827,7 +2827,7 @@ class CideEleFileManagerService {
|
|
|
2827
2827
|
* @returns Observable with the generated ObjectId
|
|
2828
2828
|
*/
|
|
2829
2829
|
generateObjectId() {
|
|
2830
|
-
const url = `${this.
|
|
2830
|
+
const url = `${this._objectIdEndpoint()}`;
|
|
2831
2831
|
console.log('🆔 [FileManagerService] Generating ObjectId from:', url);
|
|
2832
2832
|
console.log('🔧 [FileManagerService] Using object ID endpoint:', this._objectIdEndpoint());
|
|
2833
2833
|
return this.http.get(url).pipe(catchError((error) => {
|