youtube/vimeo iframes

This commit is contained in:
Nazar Kanaev
2021-04-01 16:46:26 +01:00
parent 0a6e621c02
commit 2cd815d9cd
7 changed files with 93 additions and 11 deletions

View File

@@ -105,7 +105,7 @@
return api('post', './logout')
},
crawl: function(url) {
return api('post', './page?url=' + url).then(json)
return api('get', './page?url=' + url).then(json)
}
}
})()