Skip to content

Commit

Permalink
refactor(api-notify-newcomer): モックテストのパスを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
wiyco committed Nov 25, 2024
1 parent c569b3f commit c647ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/api/v1/notify/newcomer/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c647ff1

Please sign in to comment.