Spaces:
Running
Running
merge1
Browse files
app/static/js/app-core.js
CHANGED
|
@@ -57,7 +57,7 @@ const AppUtils = {
|
|
| 57 |
},
|
| 58 |
|
| 59 |
// νμμμ κΈ°λ₯μ΄ μλ fetch
|
| 60 |
-
fetchWithTimeout: async function(url, options = {}, timeout =
|
| 61 |
console.log(`API μμ²: ${options.method || 'GET'} ${url}`);
|
| 62 |
|
| 63 |
const controller = new AbortController();
|
|
|
|
| 57 |
},
|
| 58 |
|
| 59 |
// νμμμ κΈ°λ₯μ΄ μλ fetch
|
| 60 |
+
fetchWithTimeout: async function(url, options = {}, timeout = 30000) {
|
| 61 |
console.log(`API μμ²: ${options.method || 'GET'} ${url}`);
|
| 62 |
|
| 63 |
const controller = new AbortController();
|