Skip to content

Commit

Permalink
fix: undo change to StakeholderService.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavkparti committed Jul 5, 2023
1 parent 48e720e commit c7b39d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/services/StakeholderService.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const axios = require('axios').default;

const TREETRACKER_STAKEHOLDER_API_URL =
`${process.env.TREETRACKER_STAKEHOLDER_API_URL}/stakeholders` ||
'https://dev-k8s.treetracker.org/stakeholder/stakeholders';
'http://treetracker-stakeholder-api.stakeholder-api/stakeholders';

const getStakeholderById = async (id) => {
const response = await axios.get(
Expand Down

0 comments on commit c7b39d9

Please sign in to comment.