Skip to content

Commit

Permalink
fix inspect-button
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper committed Sep 13, 2023
1 parent 243da6e commit 57a41b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webapp/src/components/InspectBufrButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,9 @@ export default defineComponent({
inputs: {
data: props.data
}
};
};
const inspectUrl = `${import.meta.env.VITE_API_URL}/processes/wis2box-bufr2geojson/execution`
const inspectUrl = `${import.meta.env.VITE_API_URL}/processes/bufr2geojson/execution`
const response = await fetch(inspectUrl, {
method: 'POST',
headers: {
Expand Down

0 comments on commit 57a41b4

Please sign in to comment.