diff --git a/apps/user-app/app/api/user/route.ts b/apps/user-app/app/api/user/route.ts index c6fb73a4..9e7587e5 100644 --- a/apps/user-app/app/api/user/route.ts +++ b/apps/user-app/app/api/user/route.ts @@ -14,4 +14,4 @@ export const GET = async () => { }, { status: 403 }) -} \ No newline at end of file +} \ No newline at end of file