more edl work
This commit is contained in:
parent
884ac05770
commit
6606d164b8
@ -575,7 +575,7 @@
|
|||||||
console.dir(payload);
|
console.dir(payload);
|
||||||
fetch(api_url, {
|
fetch(api_url, {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
body: payload,
|
body: JSON.stringify(payload)
|
||||||
})
|
})
|
||||||
.then((response) => {
|
.then((response) => {
|
||||||
console.log("received response from edl_save_button");
|
console.log("received response from edl_save_button");
|
||||||
|
Loading…
Reference in New Issue
Block a user