mirror of
https://github.com/ascribe/onion.git
synced 2025-01-03 10:25:08 +01:00
Merge branch 'master' into piece-detail-mediaplayer
This commit is contained in:
commit
633f7f5b33
@ -85,8 +85,8 @@ class Fetch {
|
|||||||
|
|
||||||
get(url, params) {
|
get(url, params) {
|
||||||
let paramsCopy = this._merge(params);
|
let paramsCopy = this._merge(params);
|
||||||
let newUrl = this.prepareUrl(url, params);
|
let newUrl = this.prepareUrl(url, params, true);
|
||||||
return this.request('get', newUrl, true);
|
return this.request('get', newUrl);
|
||||||
}
|
}
|
||||||
|
|
||||||
post(url, params) {
|
post(url, params) {
|
||||||
|
Loading…
Reference in New Issue
Block a user