From 07476221c3a3af0a5f8593054d2f732875b938a6 Mon Sep 17 00:00:00 2001 From: Manuel Bustillo Date: Sat, 28 Dec 2024 10:46:08 +0000 Subject: [PATCH] Add copyright notice --- app/api/health/route.ts | 2 ++ 1 file changed, 2 insertions(+) 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() {