From 379e5b67f37c361b0edf8e269395c751308ef061 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Thu, 2 Oct 2025 12:10:49 +0900 Subject: [PATCH] =?UTF-8?q?feat(can):=20=EC=BA=94=20=EB=A6=AC=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8=20=EC=A1=B0=ED=9A=8C=20=EB=B0=94=EB=80=90=20API=20End?= =?UTF-8?q?point(/admin/can)=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/can.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/can.js b/src/api/can.js index ce50309..67c96b3 100644 --- a/src/api/can.js +++ b/src/api/can.js @@ -5,7 +5,7 @@ async function deleteCan(id) { } async function getCans() { - return Vue.axios.get('/can'); + return Vue.axios.get('/admin/can'); } async function insertCan(can, rewardCan, price, currency) {