mirror of
https://github.com/cuigh/swirl
synced 2025-06-26 18:16:50 +00:00
Remove context.TODO()
This commit is contained in:
@@ -19,7 +19,7 @@ class Ajax {
|
||||
constructor() {
|
||||
this.ajax = axios.create({
|
||||
baseURL: import.meta.env.MODE === 'development' ? '/api' : '/api',
|
||||
timeout: 10000,
|
||||
timeout: 30000,
|
||||
// withCredentials: true,
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user