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 c34fbec + 0ce4cbc commit 305948cCopy full SHA for 305948c
server/services/LegacyAPIService.js
@@ -2,7 +2,7 @@ const axios = require('axios').default;
2
3
const TREETRACKER_LEGACY_API_URL =
4
process.env.TREETRACKER_LEGACY_API_URL ||
5
- 'http://treetracker-admin-api.admin-api/';
+ 'http://treetracker-admin-api.admin-api';
6
7
const organizationRoute = (id) => (id ? `organization/${id}/` : ``);
8
0 commit comments