api update
This commit is contained in:
@@ -12,8 +12,8 @@ async function loadCacheStats() {
|
||||
|
||||
try {
|
||||
const [cacheResponse, sqliteResponse] = await Promise.all([
|
||||
fetch('/api/cache/status'),
|
||||
fetch('/api/database/sqlite/status')
|
||||
fetch('/api/cache/redis/status'),
|
||||
fetch('/api/cache/sqlite/status')
|
||||
]);
|
||||
|
||||
const cacheData = await cacheResponse.json();
|
||||
|
||||
Reference in New Issue
Block a user