Skip to content

Commit

Permalink
remove trailing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerMatteo authored Jun 7, 2024
1 parent 3702413 commit 24fe3a9
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://labs-layers-api.herokuapp.com/';
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 24fe3a9

Please sign in to comment.