diff --git a/app/api/health/route.ts b/app/api/health/route.ts index 2109c80..4273af2 100644 --- a/app/api/health/route.ts +++ b/app/api/health/route.ts @@ -6,7 +6,7 @@ export function GET() { return NextResponse.json( { status: "ok", - app: "fireside-test-app", + app: "karuracc-test-app", ts: new Date().toISOString(), }, { status: 200 } diff --git a/app/auth/login/page.tsx b/app/auth/login/page.tsx index 179a0cb..e92a156 100644 --- a/app/auth/login/page.tsx +++ b/app/auth/login/page.tsx @@ -6,7 +6,7 @@ export default function LoginPage() {
// fireside-test-app · auth smoke test
+// karuracc-test-app · auth smoke test
// fireside-test-app · new user registration
+// karuracc-test-app · new user registration