diff --git a/apps/merchant-app/app/api/user/route.ts b/apps/merchant-app/app/api/user/route.ts index acc6e0e..26bc6aa 100644 --- a/apps/merchant-app/app/api/user/route.ts +++ b/apps/merchant-app/app/api/user/route.ts @@ -15,4 +15,5 @@ export const GET = async () => { return NextResponse.json({ message: "hi there" }) + } \ No newline at end of file