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

@@ -173,7 +173,7 @@ function addServiceFromProduct(p) {
------------------------------------------------- */
function loadExistingPurchase(memberId, buyDate) {
fetch(`/kngil/bbs/adm_service.php?member_id=${memberId}&buy_date=${buyDate}`)
fetch(`/admin/api/service?member_id=${memberId}&buy_date=${buyDate}`)
.then(res => res.json())
.then(json => {