Skip to content

Commit

Permalink
Remove trailing slash from api urls (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
slesaad authored Nov 23, 2023
1 parent b8d3f82 commit fed2131
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ APP_DESCRIPTION='Explore our changing planet.'
APP_CONTACT_EMAIL=[email protected]

# Endpoint for the Tiler server. No trailing slash.
API_RASTER_ENDPOINT='https://staging-raster.delta-backend.com/'
API_RASTER_ENDPOINT='https://staging-raster.delta-backend.com'

# Endpoint for the STAC server. No trailing slash.
API_STAC_ENDPOINT='https://staging-stac.delta-backend.com/'
API_STAC_ENDPOINT='https://staging-stac.delta-backend.com'

MAPBOX_STYLE_URL='mapbox://styles/covid-nasa/ckb01h6f10bn81iqg98ne0i2y'

Expand Down

0 comments on commit fed2131

Please sign in to comment.