diff --git a/app/api/health/route.ts b/app/api/health/route.ts index 6a3d203..4dc1a10 100644 --- a/app/api/health/route.ts +++ b/app/api/health/route.ts @@ -1,3 +1,5 @@ +/* Copyright (C) 2024 Manuel Bustillo*/ + import { NextResponse } from "next/server"; export function GET() {