From c647ff1e43ae3f9565c129bcefeb8e6b248d31d5 Mon Sep 17 00:00:00 2001 From: wiyco <72733890+wiyco@users.noreply.github.com> Date: Tue, 26 Nov 2024 03:23:19 +0900 Subject: [PATCH] =?UTF-8?q?refactor(api-notify-newcomer):=20=E3=83=A2?= =?UTF-8?q?=E3=83=83=E3=82=AF=E3=83=86=E3=82=B9=E3=83=88=E3=81=AE=E3=83=91?= =?UTF-8?q?=E3=82=B9=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/api/v1/notify/newcomer/route.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/api/v1/notify/newcomer/route.ts b/src/app/api/v1/notify/newcomer/route.ts index 992e5fa..9c17ff7 100644 --- a/src/app/api/v1/notify/newcomer/route.ts +++ b/src/app/api/v1/notify/newcomer/route.ts @@ -6,7 +6,7 @@ import { NewcomerSchema } from "@/models"; /** * API: 入会申請の通知 * - * Mock test: test/api/newcomer.test.ts + * Mock test: test/api/notify/newcomer.test.ts */ export async function POST(request: NextRequest) { try {