1
This commit is contained in:
@@ -10,6 +10,7 @@ class Http {
|
|||||||
}
|
}
|
||||||
|
|
||||||
init(config, store) {
|
init(config, store) {
|
||||||
|
console.log('config', config)
|
||||||
this.config = { timeout: 300000, ...config }
|
this.config = { timeout: 300000, ...config }
|
||||||
this.store = store
|
this.store = store
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user