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.
1 parent 3d56fae commit 05bafadCopy full SHA for 05bafad
geophires/geophires.vue.js
@@ -33,6 +33,9 @@ createApp({
33
document.querySelector('#geophires_param_form').getAttribute('action'),
34
{
35
method: 'POST',
36
+ headers: {
37
+ 'x-api-key': _UI_KEY,
38
+ },
39
body: JSON.stringify({
40
geophires_input_parameters: JSON.parse(event.target.dataset.geophires_input_parameters),
41
output_format: 'csv'
0 commit comments