Skip to content

Commit

Permalink
Merge pull request #296 from NYCPlanning/allthesignals-patch-1
Browse files Browse the repository at this point in the history
Update environment.js
  • Loading branch information
allthesignals authored Feb 8, 2021
2 parents 4cea5d6 + 5d85728 commit 437a79b
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
Expand Up @@ -32,7 +32,7 @@ module.exports = function(environment) {
},

'labs-search': {
host: (environment === 'devlocal') ? '//localhost:4000' : 'https://search-api.planninglabs.nyc',
host: (environment === 'devlocal') ? '//localhost:4000' : 'https://search-api-production.herokuapp.com',
route: 'search',
},

Expand Down

0 comments on commit 437a79b

Please sign in to comment.