From 81a6dfab5afc964909d72a766c07d3c51099c311 Mon Sep 17 00:00:00 2001 From: hskwon Date: Thu, 18 Dec 2025 22:08:08 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20Swagger=20=EA=B2=BD=EB=A1=9C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=20=EB=B0=8F=20Internal=20API=20=EB=AC=B8=EC=84=9C=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - PushApi: /api/push → /api/v1/push 경로 수정 - InternalApi: exchange-token 엔드포인트 Swagger 문서 추가 --- app/Swagger/v1/InternalApi.php | 77 ++++++++++++++++++++++++++++++++++ app/Swagger/v1/PushApi.php | 12 +++--- 2 files changed, 83 insertions(+), 6 deletions(-) create mode 100644 app/Swagger/v1/InternalApi.php diff --git a/app/Swagger/v1/InternalApi.php b/app/Swagger/v1/InternalApi.php new file mode 100644 index 0000000..3d90bf8 --- /dev/null +++ b/app/Swagger/v1/InternalApi.php @@ -0,0 +1,77 @@ +