Skip to content

Commit

Permalink
Fix request for conservation builder
Browse files Browse the repository at this point in the history
  • Loading branch information
clementprdhomme committed Oct 18, 2024
1 parent 56a8dbf commit 9e189ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { ModellingData } from '@/types/modelling';
const fetchModelling = async (tab: string, feature: Feature) => {
return axios.post<ModellingData>(process.env.NEXT_PUBLIC_ANALYSIS_CF_URL, {
environment: tab,
feature,
geometry: feature,
});
};

Expand Down

0 comments on commit 9e189ca

Please sign in to comment.