Compare commits
3 Commits
70b023acac
...
3f38a9191f
Author | SHA1 | Date | |
---|---|---|---|
3f38a9191f | |||
07476221c3 | |||
b1339e2ce9 |
7
app/api/health/route.ts
Normal file
7
app/api/health/route.ts
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
/* Copyright (C) 2024 Manuel Bustillo*/
|
||||||
|
|
||||||
|
import { NextResponse } from "next/server";
|
||||||
|
|
||||||
|
export function GET() {
|
||||||
|
return NextResponse.json({});
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user