Merge branch 'main' of https://gitea.hmac.kr/b24014/kngil_home
This commit is contained in:
@@ -133,7 +133,7 @@ async function loadPurchaseHistoryData() {
|
||||
searchParams.append('fbuy_dt', sfdt);
|
||||
searchParams.append('tbuy_dt', stdt);
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user