Remove post body from frame, reverse frames are not happening.

This commit is contained in:
mmcwilliams 2017-11-21 17:54:56 -05:00
parent a1d193fc56
commit ab609c4f31
1 changed files with 1 additions and 2 deletions

View File

@ -398,8 +398,7 @@
web.frame = function () {
const opts = {
method : 'POST',
headers : web._header,
body : JSON.stringify({})
headers : web._header
};
fetch('/frame', opts)
.then(res => {