Normalize admin routes and docker config

This commit is contained in:
Lectom C Han
2026-02-04 12:40:02 +09:00
parent bf86b1d1e7
commit 410b2b7b48
30 changed files with 467 additions and 231 deletions

View File

@@ -117,7 +117,7 @@ async function loadPurchaseHistoryData(memberId) {
searchParams.append('fbuy_dt', '');
searchParams.append('tbuy_dt', '');
const response = await fetch('/kngil/bbs/adm_purch_popup.php', {
const response = await fetch('/admin/api/purchase-history', {
method: 'POST',
headers: { 'Content-Type': 'application/x-www-form-urlencoded' },
body: searchParams