Skip to content

Commit

Permalink
test(rw-api): point endpoints to Staging environment
Browse files Browse the repository at this point in the history
  • Loading branch information
willian-viana committed Oct 30, 2023
1 parent 99ce83c commit cac9acc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions utils/apis.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
// GFW API
export const GFW_API = 'https://api.resourcewatch.org';
export const GFW_API = 'https://staging-api.resourcewatch.org';
export const GFW_STAGING_API = 'https://staging-api.resourcewatch.org';

// GFW METADATA API
export const GFW_METADATA_API = 'https://api.resourcewatch.org/v1/gfw-metadata';
export const GFW_METADATA_API =
'https://staging-api.resourcewatch.org/v1/gfw-metadata';
export const GFW_STAGING_METADATA_API =
'https://staging-api.resourcewatch.org/v1/gfw-metadata';

Expand All @@ -13,7 +14,7 @@ export const GFW_STAGING_DATA_API =
'https://staging-data-api.globalforestwatch.org';

// RESOURCE WATCH API
export const RESOURCE_WATCH_API = 'https://api.resourcewatch.org/v1';
export const RESOURCE_WATCH_API = 'https://staging-api.resourcewatch.org/v1';
export const RESOURCE_WATCH_STAGING_API =
'https://staging-api.resourcewatch.org/v1';

Expand Down

0 comments on commit cac9acc

Please sign in to comment.