youtube/vimeo iframes
This commit is contained in:
parent
0a6e621c02
commit
2cd815d9cd
7 changed files with 93 additions and 11 deletions
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
})()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue