Skip to content

Commit

Permalink
Use heroku layers API URL
Browse files Browse the repository at this point in the history
Switching to using heroku layers api Prod URL directly due to issues with planninglabs.nyc domains
  • Loading branch information
TylerMatteo authored Jun 7, 2024
1 parent d38d5dd commit 3702413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environment.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const HOST = process.env.API_HOST || 'https://layers-api.planninglabs.nyc';
const HOST = process.env.API_HOST || 'https://labs-layers-api.herokuapp.com/';
const CARTO_USER = process.env.CARTO_USER || 'planninglabs';

module.exports = function (environment) {
Expand Down

0 comments on commit 3702413

Please sign in to comment.