Define a health endpoint for docker compose #160

Merged
bustikiller merged 2 commits from health-check-endpoint into main 2024-12-28 10:51:18 +00:00
Showing only changes of commit 07476221c3 - Show all commits

View File

@ -1,3 +1,5 @@
/* Copyright (C) 2024 Manuel Bustillo*/
import { NextResponse } from "next/server";
export function GET() {