From b137e637a17e7f546776351212a734aaa4ba1379 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Thu, 26 Feb 2026 10:46:33 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20[sms]=20API=20URL=EC=9D=84=20Blade=20rou?= =?UTF-8?q?te()=20=ED=97=AC=ED=8D=BC=EB=A1=9C=20=EB=B3=80=EA=B2=BD=20?= =?UTF-8?q?=EB=B0=8F=20=EC=97=90=EB=9F=AC=20=EC=83=81=EC=84=B8=20=ED=91=9C?= =?UTF-8?q?=EC=8B=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 하드코딩 URL → route() 기반으로 환경별 자동 대응 - 422 에러 시 validation 에러 메시지 상세 표시 --- .../views/barobill/sms/send/index.blade.php | 20 +++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/resources/views/barobill/sms/send/index.blade.php b/resources/views/barobill/sms/send/index.blade.php index 0ae64359..4997a229 100644 --- a/resources/views/barobill/sms/send/index.blade.php +++ b/resources/views/barobill/sms/send/index.blade.php @@ -106,6 +106,11 @@ @push('scripts')