This commit is contained in:
2026-02-05 10:42:13 +09:00
67 changed files with 8090 additions and 1860 deletions

View File

@@ -156,7 +156,7 @@ async function loadUseHistoryData(memberId = ''){
searchParams.append('fuse_dt', sfdt);
searchParams.append('tuse_dt', stdt);
const response = await fetch('/kngil/bbs/adm_use_history.php', {
const response = await fetch('/admin/api/use-history', {
method: 'POST',
headers: { 'Content-Type': 'application/x-www-form-urlencoded' },
body: searchParams