We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5be7147 + 5689c5d commit e9e66b2Copy full SHA for e9e66b2
server/services/LegacyAPIService.js
@@ -1,7 +1,7 @@
1
const axios = require('axios').default;
2
3
const TREETRACKER_LEGACY_API_URL =
4
- `${process.env.TREETRACKER_LEGACY_API_URL}` ||
+ process.env.TREETRACKER_LEGACY_API_URL ||
5
'http://treetracker-admin-api.admin-api/';
6
7
const organizationRoute = (id) => (id ? `organization/${id}/` : ``);
0 commit comments