mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 09:35:10 +01:00
Merge remote-tracking branch 'origin/master' into AD-350-integrate-localization
This commit is contained in:
commit
0a45f12ba7
@ -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