@overmap-ai/core 1.0.60-geo-images.5 → 1.0.60-geo-images.6

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.
@@ -7330,7 +7330,7 @@ class GeoImageService extends BaseUploadService {
7330
7330
  const promise = this.enqueueRequest({
7331
7331
  description: "Delete geo image",
7332
7332
  method: HttpMethod.DELETE,
7333
- url: `/geo-image/${geoImageId}/`,
7333
+ url: `/geo-images/${geoImageId}/`,
7334
7334
  blocks: [geoImageId],
7335
7335
  blockers: [geoImageId]
7336
7336
  });